Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
/ sendhub-php Public archive

An Easy to Use PHP SDK to work with the SendHub API. 🔥[WIP]

License

Notifications You must be signed in to change notification settings

ajuchacko/sendhub-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendhub-php

An Easy to Use PHP SDK to work with the SendHub API.

<?php

use Ajuchacko91\SendHub;

$api = new SendHub('api_key', '9633783490');

$api->getInbox();
$api->getThreads();
$api->get_groups_contacts();
$api->post_groups_contacts();
$api->contacts();

About

An Easy to Use PHP SDK to work with the SendHub API. 🔥[WIP]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages