dev-master
9999999-dev https://github.com/DevMaurice/AfricansTalkGatewayLaravel based package for AfricansTalkGateway API
MIT
The Requires
- illuminate/support ~5.1
- php ~5.3
laravel email sms voice africanstalkgateway
Wallogit.com
2017 © Pedro Peláez
Laravel based package for AfricansTalkGateway API
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This is a laravel 5.. package to support AfricansTalkingGateway API. To use it make sure you have a username and an APIkey from their website., (*2)
Enjoy., (*3)
Via Composer, (*4)
``` bash $ composer require DevMaurice/AfricansTalkGateway, (*5)
The add the following in **config/app.php** ``` php DevMaurice\AfricansTalkGateway\AfricansTalkGatewayServiceProvider::class, ``` ```php 'Africas' => DevMaurice\AfricansTalkGateway\Facade\AfricasFacade::class, ``` ## Usage Add
afriname=USERNAME //your password from website api_key=48abcdefghd1 //your apikey, (*6)
in your **.env** file first
Use the AfricansTalkingGateway(https://www.africastalking.com/) api [documentation](http://docs.africastalking.com) for methods reference.
**Example**
``` php
Africas::sendMessage('+2547XXXXXXXX', 'Trying out sending message');
where +2547XXXXXXXX is your phone number., (*7)
Please see CHANGELOG for more information what has changed recently., (*8)
Pull request and contribute., (*9)
If you discover any security related issues, please email developermaurice@gmail.com instead of using the issue tracker., (*10)
The MIT License (MIT). Please see License File for more information., (*11)
Laravel based package for AfricansTalkGateway API
MIT
laravel email sms voice africanstalkgateway