Third party package created to consume the SMSPortal RESTful API to send SMS's to phone numbers.
You can install the package via composer:
composer require schemeza/smsportal-laravel
Set these .env
variables:
SMSPORTAL_BASE_URL=https://rest.smsportal.com/v1
SMSPORTAL_CLIENT_ID=
SMSPORTAL_SECRET=
You can find your client id & secret in your SMSPortal control panel.
SMSPortal::sendMessage('0112223333', 'Hello world!');
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.