2017 © Pedro Peláez
 

library iletimerkezi-sms

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

image

talhahavadar/iletimerkezi-sms

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

  • Wednesday, January 18, 2017
  • by talhaHavadar
  • Repository
  • 2 Watchers
  • 4 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

İ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., (*1)

/**
 * Register any application services.
 *
 * @return void
 */
public function register()
{
    $this->app->register('IletimerkeziSms\IletimerkeziSmsServiceProvider');
}

then you can run the command below:, (*2)

php artisan vendor:publish --tag=config

Then you need to enter your credentials to config/iletimerkezi.php file., (*3)

You can find example usage of library in tests/test.php file., (*4)

Important

If it is not working correctly please run the command below., (*5)

php artisan config:cache

Sometimes config() function returns null. To prevent this case, we need to run the command above., (*6)

The Versions

18/01 2017

dev-master

9999999-dev

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Talha Havadar

laravel sms iletimerkezi

18/01 2017

dev-development

dev-development

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Talha Havadar

laravel sms iletimerkezi

11/12 2016

v0.1

0.1.0.0

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Talha Havadar

laravel sms iletimerkezi