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
# 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:
SMS Service: $sms = $AT->sms()
Content Service: $content = $AT->content()
Airtime Service: $airtime = $AT->airtime()
Payments Service: $payments = $AT->payments()
Voice Service: $voice = $AT->voice()
Token Service: $token = $AT->token()
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