schemeza / smsportal-laravel
Integration package for SMSPortal into Laravel.
1.0.5
2024-09-13 19:03 UTC
Requires
- php: ^7.3 || ^8.0 || ^8.1 || ^8.2
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.0
README
Third party package created to consume the SMSPortal RESTful API to send SMS's to phone numbers.
Installation
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.
Usage
SMSPortal::sendMessage('0112223333', 'Hello world!');
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email jaybeezorr@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.