Download the PHP package sarahman/sms-service-with-bd-providers without Composer
On this page you can find all versions of the php package sarahman/sms-service-with-bd-providers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sms-service-with-bd-providers
SMS Gateway Library for Various Bangladesh SMS Providers
Simple php library to interact with various SMS gateways to send SMS to the Bangladeshi mobile users with storing SMS request logs.
Installation
Please install this library with composer
. Run the following composer command to add this library.
Next, you need to install the service provider:
You can publish the config file with:
For Laravel version 4.*
For Laravel version greater than 4
This is the contents of the published config file:
Now, you need to set the default credentials of various SMS providers which are needed to be used.
N.B.: This library directly depends on the package: sarahman/laravel-http-request-api-log
. Please follow this link to know the usages of this package.
Usages
Supported Providers
- Banglalink SMS Service, Bangladesh
- BD Web Host 24 SMS Service, Bangladesh
- BoomCast, Bangladesh
- BulkSmsBD, MobileView Plus, Bangladesh
- Elitbuzz Technologies Ltd., Bangladesh
- Grameenphone Limited, Bangladesh
- NovoCom Limited, Bangladesh
- PayStation Service Hub Limited, Bangladesh
- Robi Axiata Limited, Bangladesh
- SSL Wireless Limited (v2 & v3), Bangladesh
- ValueFirst Digital Media Private Limited, Bangladesh
For Other Gateway Providers
If you have your own SMS gateway and you provide API. Please build your own provider and send us pull request. We will add those here too.
To build your own provider, please follow src/Interfaces/ProviderInterface.php
.
If you have any questions, please feel free to create an issue or write us at [email protected]
Contributions
Feel free to contribute in this library. Add your own provider and send us pull requests.
Security Issues
If you discover any security related issues, please feel free to create an issue in the issue tracker or write us at [email protected].
License
The MIT License (MIT). Please see License File for more information.
All versions of sms-service-with-bd-providers with dependencies
ext-curl Version *
guzzlehttp/guzzle Version >=6.5
illuminate/support Version >=4.0
psr/http-message-implementation Version *
sarahman/laravel-http-request-api-log Version ^1.0