DevMaurice / AfricansTalkingGateway by DevMaurice

Laravel based package for AfricansTalkGateway API
0
1
2
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: 2024-04-23 03:01:36
Package Statistics
Total Downloads: 0
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 2
Total Open Issues: 0

Laravel AfricansTalkingGateway Package

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

Install

Via Composer

$ composer require DevMaurice/AfricansTalkGateway

The add the following in config/app.php

 DevMaurice\AfricansTalkGateway\AfricansTalkGatewayServiceProvider::class,
'Africas'   => DevMaurice\AfricansTalkGateway\Facade\AfricasFacade::class,

Usage

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.

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Pull request and contribute.

Security

If you discover any security related issues, please email developermaurice@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.