kotchuprik/php-brainstorage
Composer 安装命令:
composer require kotchuprik/php-brainstorage
包简介
Unofficial Brainstorage Library based on parsing
README 文档
README
Unofficial Brainstorage PHP Library based on parsing with the use sleeping-owl/apist
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require kotchuprik/php-brainstorage "dev-master"
or add
"kotchuprik/php-brainstorage": "dev-master"
to the require section of your application composer.json file.
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']));
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-09