定制 zeichen32/gitlabapi 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-27