codefoxes/textlocal

Textlocal composer package

dev-master 2017-05-25 11:58 UTC

This package is not auto-updated.

Last update: 2025-06-08 04:55:58 UTC


README

This is Textlocal composer package.

Install

composer require codefoxes/textlocal

Usage

require_once 'vendor/autoload.php';

use CodeFoxes\Textlocal\Textlocal;

$smsAagent = new Textlocal( 'you@site.com', `01234yourhash56789` );

$smsAagent->sendSms( array('919876543210'), 'My message.', 'APROVD');