LaravelPackages.net
Acme Inc.
Toggle sidebar
mavinoo/laravel-sms-iran

package for send sms with laravel (All gatways in Iran)

208
2
v1.2
About mavinoo/laravel-sms-iran

mavinoo/laravel-sms-iran is a Laravel package for package for send sms with laravel (all gatways in iran). It currently has 2 GitHub stars and 208 downloads on Packagist (latest version v1.2). Install it with composer require mavinoo/laravel-sms-iran. Discover more Laravel packages by mavinoo or browse all Laravel packages to compare alternatives.

Last updated

LaravelSms

package for send sms with laravel (All gatways in Iran)

installation

For install this package Edit your project's composer.json file to require mavinoo/Laravel-sms-iran

"require": {
  "mavinoo/Laravel-sms-iran": "dev-master"
},

Now, update Composer:

composer update

Once composer is finished, you need to add the service provider. Open app/config/app.php, and add a new item to the providers array.

Mavinoo\LaravelSmsIran\Laravel\SmsServiceProvider::class,

Next, add a Facade for more convenient usage. In app/config/app.php add the following line to the aliases array:

'Sms' => Mavinoo\LaravelSmsIran\Laravel\Facade\Sms::class,

Publish config files:

php artisan vendor:publish

for change username, password and other configuration change app/config/sms.php

Usage

Send Message

Sms::sendSMS(['09136000415', '09361265987', '09336505170'], 'text mesage'); // send message for persons

Change Gateway

$sms = new Sms(new \Mavinoo\LaravelSmsIran\Gateways\AzinwebGateway());

$sms->sendSMS(['09136000415', '09336505170'], 'text message');

Get Credit

Sms::getCredit();

Gateway

https://azinweb.com/ http://arad-sms.ir http://ariaideh.com http://www.0098sms.com http://500sms.ir http://adpdigital.com/services http://afe.ir http://www.afilnet.com http://sms.amansoft.ir http://www.arkapayamak.ir http://asanak.ir http://asanak.ir http://barzingostar.ir http://www.bearsms.com http://panelsms.bestit.co http://bulutfon.com http://caffeweb.com http://chapargah.ir http://chaparpanel.ir http://csmsplus.mobilinkworld.com http://sms.dot4all.it http://esms24.ir http://smspanel.faraed.com http://www.farapayamak.com http://farazpayam.com http://fayasms.ir http://firstpayamak.ir http://fortytwo.com http://freepayamak.ir http://sms.hostiran.net http://melipayamak.ir http://postgah.net

Comments