Download the PHP package xenon/multisms without Composer
On this page you can find all versions of the php package xenon/multisms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xenon/multisms
More information about xenon/multisms
Files in xenon/multisms
Download xenon/multisms
More information about xenon/multisms
Files in xenon/multisms
Vendor xenon
Package multisms
Short Description This is universal sms gateway service provider for Bangladesh. You can easily use this library for sending message using Bangladeshi sms gateway providers
License MIT
Package multisms
Short Description This is universal sms gateway service provider for Bangladesh. You can easily use this library for sending message using Bangladeshi sms gateway providers
License MIT
Please rate this library. Is it a good library?
Informations about the package multisms
xenon/multisms is a universal sms sending library specially for Bangladesh.
You can integrate this library in your php application easily for sending sms to any Bangladeshi mobile number. This is for raw php as well.
Installation
Sample Code
use Xenon\Multisms\Provider\BulkSmsBD; use Xenon\Multisms\Sender; require 'vendor/autoload.php'; $sender = Sender::getInstance(); try { $response = $sender->selectProvider(BulkSmsBD::class) ->setConfig(['username' => '017555XYZAB', 'password' => 'XXXXX']) ->setMessage('hello') ->setMobile('017XXXXXXX') ->send(); var_dump($response); } catch (Exception $e) { var_dump($e->getMessage()); }
Currently Supported SMS Gateways
- BDBulkSMS
- BulkSMSBD
- MDLSMS
- OnnoRokomSMS
- SSLSms
-
MIMSMS
We are continuously working in this open source library for adding more Bangladeshi sms gateway. If you fee something is missing then make a issue regarding that. If you want to contribute in this library, then you are highly welcome to do that.
All versions of multisms with dependencies
PHP Build Version
Package Version
The package xenon/multisms contains the following files
Loading the files please wait ....