2017 © Pedro Peláez
 

library contextio

Context.IO Laravel 4 Package

image

teddy/contextio

Context.IO Laravel 4 Package

  • Friday, October 18, 2013
  • by Teddy
  • Repository
  • 1 Watchers
  • 2 Stars
  • 52 Installations
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Context.IO Laravel 4 Package

Laravel 4 package built on top of the official PHP Library for Context.IO, (*1)

Original Library: https://github.com/contextio/PHP-ContextIO, (*2)

Installation

Include the package in your composer file, (*3)

"require": {
    "teddy/contextio": "dev-master"
}

Run composer update, (*4)

Set up your Context.IO key and secret in 'config/packages/contextio/config.php', (*5)

Add the service provider in you app.php config file in the 'providers' array, (*6)

'Teddy\Contextio\ContextioServiceProvider'

and add the alies also in the app.php config file in the 'aliases' array, (*7)

'ContextIO'           => 'Teddy\Contextio\ContextIO'

Usage

$ContextIO = new ContextIO();

$ContextIO->listAccounts();

The Versions

18/10 2013

dev-master

9999999-dev

Context.IO Laravel 4 Package

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar Teddy