Download the PHP package ossycodes/nigeriabulksms without Composer
On this page you can find all versions of the php package ossycodes/nigeriabulksms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ossycodes/nigeriabulksms
More information about ossycodes/nigeriabulksms
Files in ossycodes/nigeriabulksms
Package nigeriabulksms
Short Description This package makes it easy to send notifications via Nigeriabulksms with Laravel
License MIT
Homepage https://github.com/laravel-notification-channels/:package_name
Informations about the package nigeriabulksms
Nigeriabulksms notification channel for Laravel
This package makes it easy to send notifications using Nigeriabulksms with Laravel 5 and above
Contents
- About
- Installation
- Setting up the Nigeriabulksms service
- Usage
- Security
- Contributing
- Credits
- License
About
This package makes it possible to send out Laravel notifications as a SMS
using Nigeriabulksms API.
Installation
You can install this package via composer:
The service provider gets loaded automatically.
Setting up the Nigeriabulksms service
You will need to Register to get your username and password
. Place them inside your .env
file. Remember to add your Sender ID that you will be using to send the messages.
To load them, add this to your config/services.php
. This will load the Nigeriabulksms data from the .env
file.file:
Add the routeNotifcationForNigeriabulksms
method on your notifiable Model.
Usage
To use this package, you need to create a notification class, like NewsWasPublished
from the example below, in your Laravel application. Make sure to check out Laravel's documentation for this process.
Additionally you can add recipients(the phonenumber the messages will be sent to) (single value or array)
also you can add who the notification(sms) is sent from, this will overide the NIGERIABULKSMS_SENDER="" in your .env
Incase of errors from Nigeriabulksms service please do well to check Nigeriabulksms api error codes on thier developer portal
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
- Osaigbovo Emmanuel
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
How do I say Thank you?
Leave a star and follow me on Twitter .
All versions of nigeriabulksms with dependencies
ossycodes/nigeriabulksms-php Version ^1.0
illuminate/notifications Version 5.5 - 10.0
illuminate/support Version 5.5 - 10.0