Download the PHP package bluedot-bd/laravel-bulk-sms without Composer
On this page you can find all versions of the php package bluedot-bd/laravel-bulk-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bluedot-bd/laravel-bulk-sms
More information about bluedot-bd/laravel-bulk-sms
Files in bluedot-bd/laravel-bulk-sms
Package laravel-bulk-sms
Short Description 'laravel-bulksms' is a Laravel package for integrating with an HTTP-based SMS gateway. The package is compatible with SMS providers in Bangladesh and other countries, and allows for the sending of notifications via Laravel notifications. It also includes a feature for checking the balance of an SMS account with a supported provider. This package can be useful for integrating SMS functionality into a Laravel-based application, sending sms messages to people, and keeping track of SMS usage and account balances.
License MIT
Homepage https://github.com/bluedot-bd/laravel-bulksms
Informations about the package laravel-bulk-sms
Very short description of the package
"laravel-bulksms" is a Laravel package for integrating with any HTTP-based SMS gateway. The package is compatible with SMS providers in Bangladesh and other countries, and allows for the sending of notifications via Laravel notifications. It also includes a feature for checking the balance of an SMS account with a supported provider. This package can be useful for integrating SMS functionality into a Laravel-based application, sending sms messages to people, and keeping track of SMS usage and account balances.
Installation
You can install the package via composer:
Usage
Check and Save Config
You can use it in Notification (for sending sms):
or you can use it directly:
or Send SMS useing Laravel Queued Jobs
Get Balance if Supported
Testing
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 [email protected] instead of using the issue tracker.
Credits
- Shaiful Islam
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.