Download the PHP package laraketai/mobizon without Composer
On this page you can find all versions of the php package laraketai/mobizon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laraketai/mobizon
More information about laraketai/mobizon
Files in laraketai/mobizon
Package mobizon
Short Description Mobizon SMS notifications driver for Laravel
License MIT
Homepage https://github.com/laraketai/mobizon
Informations about the package mobizon
Mobizon notifications channel for Laravel 5.3+
This package makes it easy to send SMS notifications using Mobizon with Laravel 5.3.
Contents
- Installation
- Setting up the Mobizon service
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install this package via composer:
Laravel 5.5 < Add the service provider to config/app.php
:
Publish Config File config/mobizon.php
:
Setting up your Mobizon service
Log in to your Mobizon and grab your Api, Api Secret Key. Add them to config/services.php
.
Usage
Follow Laravel's documentation to add the channel your Notification class:
Add a routeNotificationForMobizon
method to your Notifiable model to return the phone number:
Available methods
content()
- (string), SMS notification body
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
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
- Laraketai
- All Contributors
License
The MIT License (MIT). Please see License File for more information.