2017 © Pedro Peláez
 

library africastalking

A Laravel Implementation of the Africa's Talking API

image

knox/africastalking

A Laravel Implementation of the Africa's Talking API

  • Friday, February 24, 2017
  • by knox
  • Repository
  • 1 Watchers
  • 1 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

AfricasTalking Laravel Package

Installation

composer require knox/africastalking

Config

Get the below details from africastalking, (*1)

AFT_APIKEY=apikey
AFT_USERNAME=username

Usage

Sending SMS

Without sender ID

Params:, (*2)

use AFT;
AFT::sendMessage($phone_number, $message);

With sender ID

Params:, (*3)

use AFT;
AFT::sendMessage($phone_number, $message, 'Sender ID');

The Versions

24/02 2017

dev-master

9999999-dev

A Laravel Implementation of the Africa's Talking API

  Sources   Download

MIT

by Timothy Radier

24/02 2017

1.3

1.3.0.0

A Laravel Implementation of the Africa's Talking API

  Sources   Download

MIT

by Timothy Radier

14/06 2016

1.1

1.1.0.0

A Laravel Implementation of the Africa's Talking API

  Sources   Download

MIT

by Timothy Radier

14/06 2016

v1.2

1.2.0.0

A Laravel Implementation of the Africa's Talking API

  Sources   Download

MIT

by Timothy Radier

14/06 2016

1.0

1.0.0.0

A Laravel Implementation of the Africa's Talking API

  Sources   Download

MIT

by Timothy Radier