atomita/backlog-v2
最新稳定版本:v0.0.3
Composer 安装命令:
composer require atomita/backlog-v2
包简介
this is backlog api v2 library
README 文档
README
this is backlog api v2 wrapper with API Key.
Get started
Install the "atomita/backlog-v2" using the composer.
require {composer install dir} . "/vendor/autoload.php"; use \atomita\Backlog; use \atomita\BacklogException; $backlog = new Backlog('space-name', 'api-key'); try{ $space = $backlog->space->get(); var_dump($space); $comment = $backlog->issues->param('issue id')->comments->post(['content' => 'comment message'])); var_dump($comment); } catch(BacklogException $e){ // error }
This is released under the LGPLv3, see LICENSE.
统计信息
- 总下载量: 3.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPLv3
- 更新时间: 2014-08-13