2017 © Pedro Peláez
 

library africans-talk-gateway

Laravel based package for AfricansTalkGateway API

image

dev-maurice/africans-talk-gateway

Laravel based package for AfricansTalkGateway API

  • Friday, February 26, 2016
  • by DevMaurice
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel AfricansTalkingGateway Package

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

Install

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)

Change log

Please see CHANGELOG for more information what has changed recently., (*8)

Contributing

Pull request and contribute., (*9)

Security

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

License

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

The Versions

26/02 2016

dev-master

9999999-dev https://github.com/DevMaurice/AfricansTalkGateway

Laravel based package for AfricansTalkGateway API

  Sources   Download

MIT

The Requires

 

laravel email sms voice africanstalkgateway