Supported Drivers
The CodeIgniter 4 SMSRocket package supports the following SMS drivers, allowing you to choose the one that best fits your project requirements. Below is a list of the supported drivers along with their testing status.
Driver | Description | Site | Status |
---|---|---|---|
Twilio | A popular cloud communication platform for SMS. | www.twilio.com | π In Progress |
Amootsms | A leading Iranian SMS platform with versatile APIs. | www.amootsms.com | β Tested |
FarazSMS | A leading Iranian SMS platform with versatile APIs. | www.farazsms.com | β Tested |
Idehpardazan | A leading Iranian SMS platform with versatile APIs. | www.sms.ir | β Tested |
Custom Driver | Allows for integration of custom SMS providers. | --- | β Tested |
Testing Status
- β Tested: The driver has been thoroughly tested and is functioning as expected.
- π In Progress: The driver has been created based on the providerβs technical documentation but has not yet been tested in a live environment.
How to Add a New Driver
In addition to the list of supported drivers above, SMSRocket allows you to create a custom driver for any SMS provider. This flexibility lets you integrate with virtually any SMS service that meets your needs.
To add a new custom driver, please refer to this guide for detailed instructions.