All Projects → pamenary → LaravelSms

pamenary / LaravelSms

Licence: MIT license
package for send sms with laravel (All gatways in Iran)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to LaravelSms

totalvoice-node
Client em NodeJS para API da Totalvoice
Stars: ✭ 54 (+285.71%)
Mutual labels:  sms
laravelbdsms
Xenon\LaravelBDSms is a sms gateway package for sending text message to Bangladeshi mobile numbers using several gateways like sslcommerz, greenweb, dianahost, metronet,boomcast, bulksmsbd, banglalink from Laravel framework
Stars: ✭ 68 (+385.71%)
Mutual labels:  sms
typhoon-iran-cities
A Laravel package for importing regions of Iran such as provinces, counties, sectors, cities, city districts, rural districts, and villages of Iran into your database accurately. پکیج لاراول برای افزودن شهرها و استان ها و تمام مناطق روستایی و بخش های ایران
Stars: ✭ 31 (+121.43%)
Mutual labels:  iran
FreeMobileSMS
🐍📲 Python client to send SMS via french mobile operator Free Mobile
Stars: ✭ 22 (+57.14%)
Mutual labels:  sms
jusibe
📲 JavaScript client for Jusibe.com SMS API service. http://jusibe.com
Stars: ✭ 24 (+71.43%)
Mutual labels:  sms
bash-mardom-azar
بشِ مردم آزار!
Stars: ✭ 19 (+35.71%)
Mutual labels:  iran
module-twilio
Magento 2 Customer SMS notifications with Twilio
Stars: ✭ 29 (+107.14%)
Mutual labels:  sms
PersianTools.Core
Persian Tools for .Net and .Net Core
Stars: ✭ 25 (+78.57%)
Mutual labels:  iran
pygrappa
Python implementations of GRAPPA-like algorithms.
Stars: ✭ 43 (+207.14%)
Mutual labels:  sms
IR-Map
Iran map in Scalable Vector Graphics (SVG).
Stars: ✭ 23 (+64.29%)
Mutual labels:  iran
list-of-cities-in-Iran
List of cities in Iran - فهرست شهرهای ایران
Stars: ✭ 75 (+435.71%)
Mutual labels:  iran
iran-payment
a Laravel package to handle Internet Payment Gateways for Iran Banking System
Stars: ✭ 16 (+14.29%)
Mutual labels:  iran
46elks-getting-started
An introduction to the 46elks API with code examples
Stars: ✭ 45 (+221.43%)
Mutual labels:  sms
matrix-pstn-bridge
☎️ A Matrix Puppet bridge for the public telephone network that supports a number of VoIP providers (Twillo, Vonage, etc.). Sends and receives voice and SMS.
Stars: ✭ 25 (+78.57%)
Mutual labels:  sms
ogham
Sending email, sms or whatever is a piece of cake
Stars: ✭ 19 (+35.71%)
Mutual labels:  sms
iran beauty
list of iran cities and province
Stars: ✭ 18 (+28.57%)
Mutual labels:  iran
kavenegar-node
Kavenegar API Client Writen In Node
Stars: ✭ 34 (+142.86%)
Mutual labels:  sms
woapp
web模拟安卓操作系统,php开发,内置文件管理,电话,短信,拍照,用在树莓派上可做智能家居,视频监控,机顶盒等……
Stars: ✭ 22 (+57.14%)
Mutual labels:  sms
android-messages-desktop
Android Messages as a Cross-platform Desktop App
Stars: ✭ 144 (+928.57%)
Mutual labels:  sms
CheGhadr
دوست داری بدونی چند ساعت واسه خرید یه چیز باید کار کنی؟
Stars: ✭ 21 (+50%)
Mutual labels:  iran

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 pamenary/LaravelSms

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

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:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].