Download the PHP package emotality/panacea-laravel without Composer
On this page you can find all versions of the php package emotality/panacea-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emotality/panacea-laravel
More information about emotality/panacea-laravel
Files in emotality/panacea-laravel
Download emotality/panacea-laravel
More information about emotality/panacea-laravel
Files in emotality/panacea-laravel
Vendor emotality
Package panacea-laravel
Short Description Laravel package to send transactional SMSes via PanaceaMobile.
License MIT
Homepage https://github.com/emotality/panacea-laravel
Package panacea-laravel
Short Description Laravel package to send transactional SMSes via PanaceaMobile.
License MIT
Homepage https://github.com/emotality/panacea-laravel
Please rate this library. Is it a good library?
Informations about the package panacea-laravel
PanaceaMobile for Laravel
Laravel package to send transactional SMSes via PanaceaMobile.
Requirements
- PHP 7.2+
- Laravel 7.0+
Installation
composer require emotality/panacea-laravel
php artisan vendor:publish --provider="Emotality\Panacea\PanaceaMobileServiceProvider"
- Add the following lines to your
.env
file:
Usage
Sending an SMS to a single recipient:
Response will be a bool
, true
if successful, false
if unsuccessful.
Sending an SMS to multiple recipients:
Response will be an array where the keys are the recipients' numbers, the values will be booleans:
Sending an SMS via notification:
Routing SMS Notifications
To route Panacea notifications to the proper phone number, define a routeNotificationForPanacea
method on your notifiable entity:
License
panacea-laravel is released under the MIT license. See LICENSE for details.
All versions of panacea-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
ext-json Version *
illuminate/http Version >=7.0.0
illuminate/support Version >=7.0.0
ext-json Version *
illuminate/http Version >=7.0.0
illuminate/support Version >=7.0.0
The package emotality/panacea-laravel contains the following files
Loading the files please wait ....