2017 © Pedro Peláez
 

library api-client

Client software for the Porot API.

image

porot/api-client

Client software for the Porot API.

  • Wednesday, February 5, 2014
  • by opichon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Porot API Client Library

Requirements

To use this library you need to have access to the Porot API., (*1)

Installation

The Porot API client library is best used with composer., (*2)

Add the library to your project's composer.json, (*3)

``` json { "require": { "porot/api-client": "~1.0", }, }, (*4)


Then run `php composer.phar install` or `php composer.phar update`. Alternatively, download or clone it from github. ## Usage ### Career advice API client ``` php $porot = Porot::factory(array('token' => 'YOUR_POROT_API_TOKEN')); $client = $porot->get('career_advice');

See Porot\Api\Resources\career-advice.json for the detail of available methods., (*5)

Dependencies

The Porot API Client is based on the Guzzle HTTP Client library., (*6)

The Versions

05/02 2014

dev-master

9999999-dev

Client software for the Porot API.

  Sources   Download

MIT

The Requires

 

The Development Requires

porot

05/02 2014

1.0.5

1.0.5.0

Client software for the Porot API.

  Sources   Download

MIT

The Requires

 

The Development Requires

porot

05/02 2014

1.0.4

1.0.4.0

Client software for the Porot API.

  Sources   Download

MIT

The Requires

 

The Development Requires

porot

05/02 2014

1.0.3

1.0.3.0

Client software for the Porot API.

  Sources   Download

MIT

The Requires

 

The Development Requires

porot

05/02 2014

1.0.2

1.0.2.0

Client software for the Porot API.

  Sources   Download

MIT

The Requires

 

The Development Requires

porot