Download the PHP package ems-spot/laravel-melipayamak-sms without Composer
On this page you can find all versions of the php package ems-spot/laravel-melipayamak-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ems-spot/laravel-melipayamak-sms
More information about ems-spot/laravel-melipayamak-sms
Files in ems-spot/laravel-melipayamak-sms
Download ems-spot/laravel-melipayamak-sms
More information about ems-spot/laravel-melipayamak-sms
Files in ems-spot/laravel-melipayamak-sms
Vendor ems-spot
Package laravel-melipayamak-sms
Short Description The melipayamak SMS integration for Laravel 5.
License MIT
Homepage https://github.com/ems-spot/laravel-melipayamak-sms
Package laravel-melipayamak-sms
Short Description The melipayamak SMS integration for Laravel 5.
License MIT
Homepage https://github.com/ems-spot/laravel-melipayamak-sms
Please rate this library. Is it a good library?
Informations about the package laravel-melipayamak-sms
laravel-melipayamak-sms
An unofficial integration of the melipayamak sms library for laravel 5.
Code Example
public function toSms($notifiable)
{
return (new SMS)
->text(__('sms.activation_code', ['code' => $this->activation_code]))
->to($notifiable->phone)
->sendText();
}
public function via($notifiable)
{
return ['EmsSpot\Melipayamak\SMS'];
}
Installation
in .env:
MELIPAYAMAK_USERNAME=
MELIPAYAMAK_PASSWORD=
MELIPAYAMAK_FROM=
MELIPAYAMAK_DEBUG=false
MELIPAYAMAK_DEBUG_RECIPIENT=
in command line:
php artisan vendor:publish --provider="EmsSpot\Melipayamak\MelipayamakServiceProvider"
or if it doesnt work use
php artisan vendor:publish --force
License
WTF
All versions of laravel-melipayamak-sms with dependencies
PHP Build Version
Package Version
The package ems-spot/laravel-melipayamak-sms contains the following files
Loading the files please wait ....