Download the PHP package shiroamada/gosms without Composer
On this page you can find all versions of the php package shiroamada/gosms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shiroamada/gosms
More information about shiroamada/gosms
Files in shiroamada/gosms
Package gosms
Short Description GoSMS Notifications channel for Laravel 5.3 and Above
License MIT
Homepage https://github.com/shiroamada/gosms
Informations about the package gosms
GoSms notifications channel for Laravel 5.3+
This package makes it easy to send notifications using https://gosms.com.my with Laravel 5.3+.
Code Reference from laravel-notification-channels/smsc-ru
Contents
- Installation
- Setting up the GoSMS service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Then you must install the service provider:
Setting up the GoSMS service
Add your gosms.com.my login, secret key (hashed password) and default sender name (or phone number) to your config/services.php
:
Usage
You can use the channel in your via()
method inside the notification:
In your notifiable model, make sure to include a routeNotificationForGoSms() method, which return the phone number.
Available methods
from()
: Sets the sender's name or phone number.
content()
: Set a content of the notification message.
sendAt()
: Set a time for scheduling the notification message.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please use the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- ShiroAmada
- JhaoDa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of gosms with dependencies
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0.1
illuminate/queue Version 5.1 - 5.8|^6.0|^7.0|^8.0
illuminate/notifications Version 5.1 - 5.8|^6.0|^7.0|^8.0
illuminate/support Version 5.1 - 5.8|^6.0|^7.0|^8.0