kotchuprik/php-brainstorage 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-09