Skip to content

This is an implementation of Africa's Talking PHP Sdk to utilize Africa's Talking API to get the following services: SMS Service, Content Services, Airtime Services, Payments Services, Voice Services and Token Services

Notifications You must be signed in to change notification settings

rono516/africas_talking_php_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

africas_talking_php_sdk

This is an implementation of Africa's Talking PHP Sdk to utilize Africa's Talking API to get the following services:

  1. SMS Service: $sms = $AT->sms()
  2. Content Service: $content = $AT->content()
  3. Airtime Service: $airtime = $AT->airtime()
  4. Payments Service: $payments = $AT->payments()
  5. Voice Service: $voice = $AT->voice()
  6. Token Service: $token = $AT->token()
  7. Application Service: $application = $AT->application()

Instantiating the class will give you an object with the available methods

$AT = new AfricasTalking($username, $apiKey): Instantiate the class

About

This is an implementation of Africa's Talking PHP Sdk to utilize Africa's Talking API to get the following services: SMS Service, Content Services, Airtime Services, Payments Services, Voice Services and Token Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages