talhahavadar/iletimerkezi-sms

İletimerkezi.com sms hizmetini kullanmak için hazırlanmış bir kütüphane.
99 4
Install
composer require talhahavadar/iletimerkezi-sms
Latest Version:v0.1
PHP:>=5.3.0
License:MIT
Last Updated:Jan 18, 2017
Links: GitHub  ·  Packagist
Maintainer: talhaHavadar

İ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.

Related Packages

rinvex/laravel-authy

Rinvex Authy is a simple wrapper for Authy TOTP, the best rated Two-Factor Authe...

77,843 32
toplan/laravel-sms

A mobile phone number validation solution based on laravel

80,381 835
laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

8,789,583 258
kavenegar/laravel

laravel 4 and 5 kavenegar integration

358,904 86
laravel-notification-channels/authy

Authy notification channel for Laravel, with the ability to send in-app, sms, an...

46,701 57