2017 © Pedro Peláez
 

library php-brainstorage

Unofficial Brainstorage Library based on parsing

image

kotchuprik/php-brainstorage

Unofficial Brainstorage Library based on parsing

  • Monday, November 10, 2014
  • by kotchuprik
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Brainstorage PHP Library

Unofficial Brainstorage PHP Library based on parsing with the use sleeping-owl/apist, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require kotchuprik/php-brainstorage "dev-master"

or add, (*4)

"kotchuprik/php-brainstorage": "dev-master"

to the require section of your application composer.json file., (*5)

Usage

require('vendor/autoload.php');

$client = new \kotchuprik\brainstorage\Client();

// Getting jobs on the page
$page = 1;
$items = $client->getItems($page);

// Getting the job description
var_export($client->getItem(reset($items)['id']));

The Versions

10/11 2014

dev-master

9999999-dev

Unofficial Brainstorage Library based on parsing

  Sources   Download

MIT

The Requires

 

by Constantin Chuprik