sendsms / sendsms-laravel
Use our SMS shipping solution to deliver the right information at the right time.
Installs: 11 356
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- illuminate/support: >=5
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
README
Installation
Via Composer
$ composer require sendsms/sendsms-laravel
Usage
In your .env file, add this variables:
SENDSMS_USERNAME
SENDSMS_PASSWORD
If you do not have an account, you can register here If you need to see a full list of examples of our package, please go to our API Documentation.
How to send a message
Include the Message namespace at the beggining of your php file
use SendSMS\SendsmsLaravel\API\Message;
to call the function, run:
$api = new Message(); $api->message_send('40727363767', 'This is a message', '1898');
Security
If you discover any security related issues, please email support@sendsms.ro instead of using the issue tracker.