zeichen32/gitlabapi
最新稳定版本:0.1.1
Composer 安装命令:
composer require zeichen32/gitlabapi
包简介
Gitlab api php wrapper
README 文档
README
PHP Library for easy access to the gitlab api.
This library is currently in development, so no stable release is available.
If you are looking for stable library, you should take a look at: https://github.com/m4tthumphrey/php-gitlab-api
Usage
$browser = new \Buzz\Browser(); $client = new \GitLab\Client($browser, 'your-key', 'http://your-gitlab-server.com'); // Api calls var_dump($client->api('user')->getUsers()); var_dump($client->api('issues')->getIssues()); // The Alternative way $issue_api = new \GitLab\Api\IssueApi($client); var_dump($issue_api->getIssues());
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-27