2017 © Pedro Peláez
 

laravel-package semaphore

A Laravel 4.2 Package for the Sempahore SMS API.

image

ridvanbaluyos/semaphore

A Laravel 4.2 Package for the Sempahore SMS API.

  • Friday, November 4, 2016
  • by ridvanbaluyos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 342 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

ridvanbaluyos/semaphore

A Semaphore API package for Laravel 4.2, (*1)

This package makes use of the Semaphore SMS API.
, (*2)


Latest Stable Version Total Downloads Latest Unstable Version License Codacy Badge, (*3)

Table of contents

Installation

Open your composer.json file and add the following to the require key:, (*4)

"ridvanbaluyos/semaphore": "v0.1"

After adding the key, run composer update from the command line to install the package, (*5)

composer update

Add the service provider to the providers array in your app/config/app.php file., (*6)

'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., (*7)

php artisan config:publish ridvanbaluyos/semaphore

Usage

Sending SMS to users

Semaphore::send('Welcome to Semaphore!', '639981234567');

Account Status

Semaphore::account();

Message Logs

Semaphore::messages(); // fetches the first 100 logs
Semaphore::messages(2); // fetches the next 100 logs or page 2

The Versions

04/11 2016

dev-master

9999999-dev

A Laravel 4.2 Package for the Sempahore SMS API.

  Sources   Download

MIT

The Requires

 

by Avatar ridvanbaluyos

laravel api sms semaphore philippines

18/01 2015

v0.1

0.1.0.0

A Laravel 4.2 Package for the Sempahore SMS API.

  Sources   Download

MIT

The Requires

 

by Avatar ridvanbaluyos

laravel api sms semaphore philippines