Download the PHP package royceltd/laravel-bulksms without Composer
On this page you can find all versions of the php package royceltd/laravel-bulksms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download royceltd/laravel-bulksms
More information about royceltd/laravel-bulksms
Files in royceltd/laravel-bulksms
Package laravel-bulksms
Short Description Easily integrate bulk SMS into laravel app
License MIT
Homepage https://github.com/royceltd/laravel-bulksms
Informations about the package laravel-bulksms
Laravel bulk sms
V2 supports V9 and above use V1 for V8 and below
This package provides a Facade to send SMS from any controller. Open a free account Royce BulkSMS, under API menu click generate API. Copy the API key and paste it in your .env file
Features
-
Provides a database table for storing sent text. table name:sent_text_messages
- Receive Instant delivery status. Add webhook url to your bulksms account we'll send you message delivery status back to your application
Installation
Installroyceltd/laravel-bulksms:*
Run migration
This package shift with a database table that will store sent text. It also provides a simple UI you can view the sent text
Usage
Laravel usage
T Open a free account Royce BulkSMS, under API menu click generate API. Copy the API key and paste it in your .env file
Sending Text message
In order to send text message add facade at the top of your controller and invoke sendSMS method with two parameters Recipient phone number and Message in that order.
Check sample below for guidance.
Support
We offer free integration. React us via call/whatsapp +254 713727937 [email protected]
API integration
If you would like to integrate API without using package check docs here: API documentation
All versions of laravel-bulksms with dependencies
illuminate/support Version ^8.0|^9.0|^10|^11.0
illuminate/console Version ^8.0|^9.0|^10|^11.0