| Package Data | |
|---|---|
| Maintainer Username: | DevMaurice |
| Maintainer Contact: | developermaurice@gmail.com (Maurice Kuria) |
| Package Create Date: | 2016-02-26 |
| Package Last Update: | 2016-02-26 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:09:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 0 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
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.
Enjoy.
Via Composer
$ composer require DevMaurice/AfricansTalkGateway
The add the following in config/app.php
DevMaurice\AfricansTalkGateway\AfricansTalkGatewayServiceProvider::class,
'Africas' => DevMaurice\AfricansTalkGateway\Facade\AfricasFacade::class,
Add
afriname=USERNAME //your password from website
api_key=48abcdefghd1 //your apikey
in your .env file first
Use the AfricansTalkingGateway(https://www.africastalking.com/) api documentation for methods reference.
Example
Africas::sendMessage('+2547XXXXXXXX', 'Trying out sending message');
where +2547XXXXXXXX is your phone number.
Please see CHANGELOG for more information what has changed recently.
Pull request and contribute.
If you discover any security related issues, please email developermaurice@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.