2017 © Pedro Peláez
 

library orange

A laravel wrapper/adapter for orange api services.

image

mediumart/orange

A laravel wrapper/adapter for orange api services.

  • Friday, July 21, 2017
  • by isaacesso
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 30 % Grown

The README.md

mediumart orange

Build Status Coverage Status Latest Stable Version License, (*1)

Description

A laravel wrapper/adapter for orange api services., (*2)

Installation

Using composer:, (*3)

$ composer require mediumart/orange

If you are using laravel 5.3+ prior to version 5.5, add this to your config/app.php inside the 'providers' array, (*4)

Mediumart\Orange\OrangeServiceProvider::class

SMS Api

Configuration

Open the config/services.php and add a key for the orange>sms service like this:, (*5)

'orange' => [
    'sms' => [
        'client_id' => '<client_id>',
        'client_secret' => '<client_secret>'
    ]
]

Using these credentials, a token will be fetched and cached, and then automatically be renewed a few days before its expiration., (*6)

How to use

You can resolve an SMS client instance from the Container like this:, (*7)

$sms = app('orange-sms');

Or using type hinting, (*8)

use Mediumart\Orange\SMS\SMS;

public function index(SMS $sms) 
{
    /.../
}

The documentation on how to use the $sms client instance can be found here, (*9)

License

Mediumart orange is an open-sourced software licensed under the MIT license., (*10)

The Versions

21/07 2017

dev-master

9999999-dev

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

21/07 2017

0.2.4

0.2.4.0

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

14/07 2017

0.2.3

0.2.3.0

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

10/07 2017

0.2.2

0.2.2.0

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

10/07 2017

0.2.1

0.2.1.0

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

10/07 2017

0.2.0

0.2.0.0

A laravel wrapper/adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

09/07 2017

0.1.0

0.1.0.0

A laravel adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

28/06 2017

0.0.4

0.0.4.0

A laravel adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

28/06 2017

0.0.3

0.0.3.0

A laravel adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

27/06 2017

0.0.2

0.0.2.0

A laravel adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api

26/06 2017

0.0.1

0.0.1.0

A laravel adapter for orange api services.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Isaac Esso

laravel sms orange orange-api