PHPackages                             zeichen32/gitlabapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zeichen32/gitlabapi

Abandoned → [m4tthumphrey/php-gitlab-api](/?search=m4tthumphrey%2Fphp-gitlab-api)Library[API Development](/categories/api)

zeichen32/gitlabapi
===================

Gitlab api php wrapper

0.1.1(13y ago)343MITPHPPHP &gt;=5.3.0

Since Feb 24Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Zeichen32/GitLabApi)[ Packagist](https://packagist.org/packages/zeichen32/gitlabapi)[ Docs](https://github.com/Zeichen32/GitLabApi)[ RSS](/packages/zeichen32-gitlabapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

GitLabApi
---------

[](#gitlabapi)

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:

Usage
-----

[](#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());
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

4830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcbd581bf3d0b0bb00e9b71cbbba514a6921d344aacdeb1e955780671a58acbb?d=identicon)[Zeichen32](/maintainers/Zeichen32)

---

Tags

apigitlab

### Embed Badge

![Health badge](/badges/zeichen32-gitlabapi/health.svg)

```
[![Health](https://phpackages.com/badges/zeichen32-gitlabapi/health.svg)](https://phpackages.com/packages/zeichen32-gitlabapi)
```

###  Alternatives

[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9485.4M64](/packages/m4tthumphrey-php-gitlab-api)[zeichen32/gitlabapibundle

Symfony Bundle to include the gitlab api.

57417.0k2](/packages/zeichen32-gitlabapibundle)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
