2017 © Pedro Peláez
 

library laravel-sms-iran

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

image

mavinoo/laravel-sms-iran

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

  • Sunday, April 22, 2018
  • by mavinoo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 75 % Grown

The README.md

LaravelSms

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

installation

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

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

Now, update Composer:, (*3)

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

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:, (*5)

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

Publish config files:, (*6)

php artisan vendor:publish

for change username, password and other configuration change app/config/sms.php, (*7)

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, (*8)

The Versions

22/04 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by ali pamenari

23/01 2018

v1.2

1.2.0.0

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by ali pamenari