mja/lattelecom-bpo

This package is abandoned and no longer maintained. No replacement package was suggested.

Lattelecom BPO class

dev-master 2014-07-19 04:27 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:23:16 UTC


README

Lattelecom BPO client. Developer for the use with Laravel, but also can be used on other frameworks.

Installation:

  1. Install composer dependencies composer install

  2. Add a new provider to the app/config/app.php file 'Mja\LattelecomBpo\LattelecomBpoServiceProvider'

  3. Create a new config file (app/config/packages/mja/lattelecom-bpo/config.php) with the contents of config.php file of this project, and change the username and password.

Usage:

\Mja\LattelecomBpo\LattelecomBpo::sendSMS(371222222, 'Hello world!')