Download the PHP package frdteknikelektro/smsgateway-me without Composer
On this page you can find all versions of the php package frdteknikelektro/smsgateway-me. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frdteknikelektro/smsgateway-me
More information about frdteknikelektro/smsgateway-me
Files in frdteknikelektro/smsgateway-me
Package smsgateway-me
Short Description SMSGatewayMe Notifications Channel for Laravel
License MIT
Homepage https://github.com/frdteknikelektro/smsgateway-me
Informations about the package smsgateway-me
Here's the latest documentation on Laravel 5.3 Notifications System:
https://laravel.com/docs/master/notifications
SMSGatewayMe Notifications Channel for Laravel
This package makes it easy to send notifications using SMSGatewayMe with Laravel 5.3.
Contents
- Installation
- Setting up the SMSGatewayMe service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You must install the service provider:
Setting up the SMSGatewayMe service
Sign up on SMSGatewayMe. Setting all needed, then add this to your config:
Usage
You can now use the channel in your via()
method inside the Notification class.
Routing a message
You should add a routeNotificationForSmsGatewayMe()
method in your notifiable model:
Available methods
text($text)
: (string) SMS Text.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Before running a test please configure routeNotificationForSmsGatewayMe()
and sendDataProvider()
on test/Test.php
This test will send Hello World SMS.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Farid Inawan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of smsgateway-me with dependencies
guzzlehttp/guzzle Version ^6.2
illuminate/notifications Version ^5.3
illuminate/queue Version ^5.3
illuminate/support Version ^5.1|^5.2|^5.3
nesbot/carbon Version ^1.21