2017 © Pedro Peláez
 

library laravel-sms

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

image

pamenary/laravel-sms

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

  • Wednesday, June 20, 2018
  • by pamenary
  • Repository
  • 1 Watchers
  • 6 Stars
  • 134 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % 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 pamenary/LaravelSms, (*2)

"require": {
  "pamenary/laravel-sms": "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)

Pamenary\LaravelSms\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' => Pamenary\LaravelSms\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

use Pamenary\LaravelSms\Sms;

$sms = new Sms();
$sms->sendSMS(['09123456789'], 'text message');

Get Credit

use Pamenary\LaravelSms\Sms;

$sms = new Sms();
$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://www.linepayamak.ir http://saharsms.com https://negar.armaghan.net http://payamakaria.com, (*8)

The Versions

20/06 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

17/03 2017

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by ali pamenari

07/03 2017

1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by ali pamenari

23/12 2016

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by ali pamenari