Download the PHP package ridvanbaluyos/semaphore without Composer
On this page you can find all versions of the php package ridvanbaluyos/semaphore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ridvanbaluyos/semaphore
More information about ridvanbaluyos/semaphore
Files in ridvanbaluyos/semaphore
Download ridvanbaluyos/semaphore
More information about ridvanbaluyos/semaphore
Files in ridvanbaluyos/semaphore
Vendor ridvanbaluyos
Package semaphore
Short Description A Laravel 4.2 Package for the Sempahore SMS API.
License MIT
Package semaphore
Short Description A Laravel 4.2 Package for the Sempahore SMS API.
License MIT
Please rate this library. Is it a good library?
Informations about the package semaphore
ridvanbaluyos/semaphore
A Semaphore API package for Laravel 4.2
This package makes use of the Semaphore SMS API.
Table of contents
- Installation
- Configuration
- Usage
- Sending to SMS
- Account Status
- Message Logs
Installation
Open your composer.json
file and add the following to the require
key:
"ridvanbaluyos/semaphore": "v0.1"
After adding the key, run composer update from the command line to install the package
Add the service provider to the providers
array in your app/config/app.php
file.
'Ridvanbaluyos\Semaphore\SemaphoreServiceProvider'
Configuration
Before you can start using the package we need to set some configurations.
To do so you must first publish the config file, you can do this with the following artisan
command.
Usage
Sending SMS to users
Account Status
Message Logs
All versions of semaphore with dependencies
PHP Build Version
Package Version
The package ridvanbaluyos/semaphore contains the following files
Loading the files please wait ....