PHPackages                             maenbn/gitlab-ci-build-status - 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. maenbn/gitlab-ci-build-status

ActiveLibrary

maenbn/gitlab-ci-build-status
=============================

Simple tool to check latest commit build from GitLab CI

2694PHP

Since Apr 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maen-bn/gitlab-ci-build-status)[ Packagist](https://packagist.org/packages/maenbn/gitlab-ci-build-status)[ RSS](/packages/maenbn-gitlab-ci-build-status/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

gitlab-ci-build-status
======================

[](#gitlab-ci-build-status)

[![build status](https://camo.githubusercontent.com/4b5df57596f4c316f48918e6668b5c2e922ddec1041c926f5254ee6fdfc92b5f/68747470733a2f2f7472617669732d63692e6f72672f6d61656e2d626e2f6769746c61622d63692d6275696c642d7374617475732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maen-bn/gitlab-ci-build-status)[![Build Status](https://camo.githubusercontent.com/63b4f2c6554a94f07591d729ca2f139a1f05d851ebcdef4564c00fbd1fdf6871/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61656e2d626e2f6769746c61622d63692d6275696c642d7374617475732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maen-bn/gitlab-ci-build-status/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/e967bfc1cad4580ca97e7fbdf563e68ee7b2c5cd6f08a547a776e4d0c718544d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61656e2d626e2f6769746c61622d63692d6275696c642d7374617475732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maen-bn/gitlab-ci-build-status/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ffdf2ba57a4a94232d4f9fe34abed0bd276e3529a41bba0ff07f35f08409e28d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61656e2d626e2f6769746c61622d63692d6275696c642d7374617475732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maen-bn/gitlab-ci-build-status/?branch=master)

Simple tool to check latest commit build from GitLab CI

Installation
------------

[](#installation)

The tool requires you have [PHP](https://php.net) 5.4.\* + and [Composer](https://getcomposer.org).

The get the latest version of gitlab-ci-build-status, add the following line to your `composer.json` file:

```
"maenbn/gitlab-ci-build-status": "dev-master"

```

Then run `composer install` or `composer update` to install.

Usage
-----

[](#usage)

Setting up the client requires your Gitlab CI URL, Gitlab CI project ID, and Gitlab CI project token:

```
$client = new \Maenbn\GitlabCiBuildStatus\Client('https://gitlab.example.com/api/v3' 'project_id', 'my_private_token');
```

Then you can grab the status. You can also specify a branch (defaults to master).

```
$status = $client->getStatus('my_current_patch');
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9584c3343f91b023d5109fb84e2ad0406e1d79e48308337fc5797ab0c075bb5?d=identicon)[maen-bn](/maintainers/maen-bn)

---

Top Contributors

[![maen-bn](https://avatars.githubusercontent.com/u/8006284?v=4)](https://github.com/maen-bn "maen-bn (21 commits)")

### Embed Badge

![Health badge](/badges/maenbn-gitlab-ci-build-status/health.svg)

```
[![Health](https://phpackages.com/badges/maenbn-gitlab-ci-build-status/health.svg)](https://phpackages.com/packages/maenbn-gitlab-ci-build-status)
```

PHPackages © 2026

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