Download the PHP package ibnuhalimm/laravel-thai-bulk-sms without Composer
On this page you can find all versions of the php package ibnuhalimm/laravel-thai-bulk-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibnuhalimm/laravel-thai-bulk-sms
More information about ibnuhalimm/laravel-thai-bulk-sms
Files in ibnuhalimm/laravel-thai-bulk-sms
Package laravel-thai-bulk-sms
Short Description Thai Bulk SMS Wrapper for Laravel
License MIT
Homepage https://github.com/ibnuhalimm/laravel-thai-bulk-sms
Informations about the package laravel-thai-bulk-sms
Laravel - Thai Bulk SMS
Laravel wrapper for Thai Bulk SMS.
Contents
- Requirements
- Installation
- Setting Up
- Usage
- Testing
- Changelog
- Contributing
- Security
- Credits
- License
Requirements
- Sign Up for the Thai Bulk SMS Account
- Create a Api Key and Secret Key in Setting section
Installation
You can install the package via composer:
Optionally, you can publish the config file of this package with this command:
Setting up
Put your API Key
, Secret Key
, and THAI_BULK_SENDER
to .env
file:
Usage
-
You can directly use the
ThaiBulkSms
Facade (the alias or class itself):The response format of this method will be like Thai Bulk SMS API's Response.
-
Notifications
Let's take a look at the implementation as Notifications Channel.In order to let the notification know which mobile phone number are you sending to, by default the channel will look for the
mobile_number
attribute of Notifiable model. If you want to override this behaviour, add therouteNotificationForThaiBulkSms
method in your Notifiable model.or set the recipient mobile number directly to the notifiable instance using
to
method
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
- Ibnu Halim Mustofa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-thai-bulk-sms with dependencies
illuminate/support Version ~6.0|~7.0|~8.0|~9.0
guzzlehttp/guzzle Version ^6.5.5|^7.0