2017 © Pedro Peláez
 

library gitlabapi

Gitlab api php wrapper

image

zeichen32/gitlabapi

Gitlab api php wrapper

  • Thursday, February 28, 2013
  • by Zeichen32
  • Repository
  • 1 Watchers
  • 3 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

GitLabApi

PHP Library for easy access to the gitlab api., (*1)

This library is currently in development, so no stable release is available., (*2)

If you are looking for stable library, you should take a look at: https://github.com/m4tthumphrey/php-gitlab-api, (*3)

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());

The Versions

28/02 2013

dev-master

9999999-dev https://github.com/Zeichen32/GitLabApi

Gitlab api php wrapper

  Sources   Download

MIT

The Requires

 

by Avatar Zeichen32

api gitlab

25/02 2013

0.1.1

0.1.1.0 https://github.com/Zeichen32/GitLabApi

Gitlab api php wrapper

  Sources   Download

MIT

The Requires

 

api gitlab

24/02 2013

0.1.0

0.1.0.0 https://github.com/Zeichen32/GitLabApi

Gitlab api php wrapper

  Sources   Download

MIT

The Requires

 

api gitlab