Download the PHP package aeyoll/laravel-free-mobile-notification-sender without Composer
On this page you can find all versions of the php package aeyoll/laravel-free-mobile-notification-sender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aeyoll/laravel-free-mobile-notification-sender
More information about aeyoll/laravel-free-mobile-notification-sender
Files in aeyoll/laravel-free-mobile-notification-sender
Package laravel-free-mobile-notification-sender
Short Description Laravel wrapper for FreemobileNotificationSender
License MIT
Informations about the package laravel-free-mobile-notification-sender
LaravelFreeMobileNotificationSender
This package is a Laravel wrapper for FreemobileNotificationSender (https://github.com/tibounise/FreemobileNotificationSender)
Installation
Begin by installing the package through Composer. Edit your project's composer.json
file to require aeyoll/laravel-free-mobile-notification-sender
.
Next, use Composer to update your project from the the Terminal:
Once the package has been installed you'll need to add the service provider. Open your app/config/app.php
configuration file, and add a new item to the providers
array.
After doing this you also need to add an alias. In your app/config/app.php
file, add this to the aliases
array.
Then, you need to publish the package configuration:
Finally, add you userid
and apikey
from your user profile on mobile.free.fr in the app/config/packages/aeyoll/laravel-free-mobile-notification-sender/config.php
file.
Usage
Once you've followed all the steps and completed the installation you can use LaravelFreeMobileNotificationSender
.
Sending message
You can simply send a message by doing this:
All versions of laravel-free-mobile-notification-sender with dependencies
illuminate/support Version 4.2.*
tibounise/freemobilenotificationsender Version 1.*