sendsms/sendsms-laravel
SendsmsLaravel
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.
Related Packages
rinvex/laravel-authy
Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...
78,132
32
laravel-notification-channels/authy
Authy notification channel for Laravel, with the ability to send in-app, sms, an...
46,701
57