Download the PHP package yedincisenol/sms without Composer
On this page you can find all versions of the php package yedincisenol/sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sms
PHP Sms Client
Send Sms With Php & Laravel and Any sms provider
[]()
[
]()
[
]()
[
]()
Added Providers For Now
- Eflatun Sms
- Mutlucell
- Iletimerkezi
- Verimor
Example Usage
How to install
Config
You can fill Sms
config file or pass config on initialize Sms object
For Laravel
For before Laravel 5.6
in config/app.php
providers' => [ ... yedincisenol\Sms\LaravelServiceProvider::class ],
For Lumen
Open bootstrap/app.php
add these lines to Service Providers section.
If you need config_path
helper, this can help you.
Add new Providers
You can fork the repo and add new providers what you need.
How?
- Add new Config key in
Config/Sms.php
file as same of Driver name - Add new Driver in Drivers folder
- Extend new Driver from Sms abstract class
- Add Required config parameters array and fill it
- Add send method and fill it
- Add checkResponse method and fill it
Send me mail [email protected] for any problem or help request.
All versions of sms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
guzzlehttp/guzzle Version ^7.8
ext-simplexml Version *
ext-json Version *
guzzlehttp/guzzle Version ^7.8
ext-simplexml Version *
ext-json Version *
The package yedincisenol/sms contains the following files
Loading the files please wait ....