Download the PHP package therealsmat/laravel-ebulksms without Composer
On this page you can find all versions of the php package therealsmat/laravel-ebulksms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download therealsmat/laravel-ebulksms
More information about therealsmat/laravel-ebulksms
Files in therealsmat/laravel-ebulksms
Package laravel-ebulksms
Short Description :Laravel wrapper around e-bulk sms api
License MIT
Homepage https://github.com/therealsmat/laravel-ebulksms
Informations about the package laravel-ebulksms
laravel-ebulksms
A package built to allow Nigerian laravel developers easily send sms from their application.
Requirements
PHP 5.4+, Composer are required.
Installation
You need to be have an Ebulk account to use this package. If you do not have one, click here.
Require the package with composer.
You might need to add therealsmat\Ebulksms\EbulkSmsServiceProvider::class,
to the providers array config/app.php
if your laravel version is less than 5.5.
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Configuration
Publish the configuration file by using this command
php artisan vendor:publish --provider="therealsmat\Ebulksms\EbulkSmsServiceProvider"
You will get a config file named ebulksms.php
in your config directory. Customize the defaults to your ebulk sms settings.
Usage
Add the following to your .env file
Create a route endpoint
For a text message
For a flash message
For balance enquiry
License
The MIT License (MIT). Please see License File for more information.