Download the PHP package hirbod-codes/sms without Composer
On this page you can find all versions of the php package hirbod-codes/sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hirbod-codes/sms
More information about hirbod-codes/sms
Files in hirbod-codes/sms
Download hirbod-codes/sms
More information about hirbod-codes/sms
Files in hirbod-codes/sms
Vendor hirbod-codes
Package sms
Short Description Send sms messages through a third party api.
License MIT
Package sms
Short Description Send sms messages through a third party api.
License MIT
Please rate this library. Is it a good library?
Informations about the package sms
sms
A basic laravel package to send SMS messages through third party APIs.
Run: php artisan smspackage:install It will make a new config file called 'smspackage.php' in config directory, if haven't got any.
Then run php artisan make:notification ExampleSms
Then in ExampleSms define a method named 'toSms' that returns an inatance of HirbodKhatami\SmsPackage\Sms class.
Don't forget to use 'text' and 'to' public methods of Sms class(this is required).
All versions of sms with dependencies
PHP Build Version
Package Version
The package hirbod-codes/sms contains the following files
Loading the files please wait ...