Download the PHP package talhahavadar/iletimerkezi-sms without Composer
On this page you can find all versions of the php package talhahavadar/iletimerkezi-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download talhahavadar/iletimerkezi-sms
More information about talhahavadar/iletimerkezi-sms
Files in talhahavadar/iletimerkezi-sms
Download talhahavadar/iletimerkezi-sms
More information about talhahavadar/iletimerkezi-sms
Files in talhahavadar/iletimerkezi-sms
Vendor talhahavadar
Package iletimerkezi-sms
Short Description İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.
License MIT
Package iletimerkezi-sms
Short Description İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.
License MIT
Please rate this library. Is it a good library?
Informations about the package iletimerkezi-sms
İletiMerkezi-SMS Library for PHP
Install
composer require talhahavadar/iletimerkezi-sms
For Laravel
First you need to install via composer after that you need to add IletimerkeziSmsServiceProvider
to
app/Providers/AppServiceProvider.php
file of your project.
/**
* Register any application services.
*
* @return void
*/
public function register()
{
$this->app->register('IletimerkeziSms\IletimerkeziSmsServiceProvider');
}
then you can run the command below:
php artisan vendor:publish --tag=config
Then you need to enter your credentials to config/iletimerkezi.php
file.
You can find example usage of library in tests/test.php
file.
Important
If it is not working correctly please run the command below.
php artisan config:cache
Sometimes config()
function returns null. To prevent this case, we need to run the command above.
All versions of iletimerkezi-sms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package talhahavadar/iletimerkezi-sms contains the following files
Loading the files please wait ....