Download the PHP package acolyte/sms-laravel without Composer
On this page you can find all versions of the php package acolyte/sms-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download acolyte/sms-laravel
More information about acolyte/sms-laravel
Files in acolyte/sms-laravel
Download acolyte/sms-laravel
More information about acolyte/sms-laravel
Files in acolyte/sms-laravel
Vendor acolyte
Package sms-laravel
Short Description SMS - A simple Laravel package.
License MIT
Homepage https://github.com/ialaminpro/sms-laravel
Package sms-laravel
Short Description SMS - A simple Laravel package.
License MIT
Homepage https://github.com/ialaminpro/sms-laravel
Please rate this library. Is it a good library?
Informations about the package sms-laravel
composer require acolyte/sms-laravel
php artisan vendor:publish
php artisan migrate
use Acolyte\SmsLaravel\SMS;
$parms = array( 'mobile' => 'XXXXXXXXX', 'smsText' => 'Here your text', 'mask' => '', 'campaign' => '', 'type' => '', 'client_id' => '', ); $result = SMS::send($parms);
example.com/alamin/clients
Contact
Al Amin - [email protected]
All versions of sms-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package acolyte/sms-laravel contains the following files
Loading the files please wait ....