PHPackages                             svilborg/laravel-gitlab-ci-cmd - 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. [Framework](/categories/framework)
4. /
5. svilborg/laravel-gitlab-ci-cmd

ActiveProject[Framework](/categories/framework)

svilborg/laravel-gitlab-ci-cmd
==============================

Laravel Gitlab CI Command

1.0.5(7y ago)14[1 issues](https://github.com/svilborg/laravel-gitlab-ci-cmd/issues)[13 PRs](https://github.com/svilborg/laravel-gitlab-ci-cmd/pulls)MITPHP

Since Mar 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/svilborg/laravel-gitlab-ci-cmd)[ Packagist](https://packagist.org/packages/svilborg/laravel-gitlab-ci-cmd)[ RSS](/packages/svilborg-laravel-gitlab-ci-cmd/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (20)Used By (0)

Laravel GitlabCI Command
========================

[](#laravel-gitlabci-command)

A command to list Gitlab CI Pipelines, Jobs, Traces, Artifacts.

### Configuration

[](#configuration)

Available in config/gitlab\_ci.php

```
url         - Gitlab Url
token       - Gitlab User's Token
project_id  - Project id

```

### Usage

[](#usage)

```
Description:
  Gitlab CI Intregration.

Usage:
  gitlab-ci [options]

Options:
  -b, --branch[=BRANCH]      Show pipelines for specific Branch/Ref [default: false]
  -c, --current-branch       Show pipelines for the current git branch
  -p, --pipeline[=PIPELINE]  Show pipeline's jobs. Pipeline id. [default: false]
  -j, --job[=JOB]            Show job. [default: false]
  -l, --limit[=LIMIT]        Per page limit for pipelines. [default: 15]
  -t, --trace                Show job trace.
  -a, --artifacts            Show job's artifacts.
  -r, --retry                Retry a job.
  -s, --stop                 Stop/Cancel a pipeline.
  -x, --stats                Statistics
  -h, --help                 Display this help message

```

### Examples

[](#examples)

Listing Pipelines

```
$ php artisan gitlab-ci -c

Pipelines

⏵ 690 running [master]
✔ 661 success [master]
✔ 640 success [master]
✖ 639 failed [master]
✔ 635 success [master]
✔ 631 success [master]

```

Pipeline's Jobs

```
$ artisan gitlab-ci -p 701

Pipeline #865 Jobs

✔ 799 success [build] Build
✔ 800 success [unit_tests] UnitTests
✖ 801 failed [acceptance_tests] AcceptanceTests
⏹ 803 canceled [functional_tests] FunctionalTests
⚙ 804 manual [code_coverage] CodeCoverage

```

Statistics

```
$ artisan gitlab-ci -x

+-----------+------+---------+------------+------------+
| Status    | Jobs | Jobs %  | Duration   | Duration % |
+-----------+------+---------+------------+------------+
| ✔ success | 517  | 76.59 % | 14 hours   | 95.84 %    |
| ⏵ running | 12   | 1.78 %  | 23 minutes | 2.53 %     |
| ⏸ created | 28   | 4.15 %  | 1 second   | 0 %        |
| ⚙ manual  | 77   | 11.41 % | 1 second   | 0 %        |
| ✖ failed  | 6    | 0.89 %  | 15 minutes | 1.63 %     |
| ⏸ skipped | 35   | 5.19 %  | 1 second   | 0 %        |
+-----------+------+---------+------------+------------+
|  ∑        | 675  |         | 15 hours   |            |
+-----------+------+---------+------------+------------+

+---------------+------+---------+------------+------------+
| Runner        | Jobs | Jobs %  | Duration   | Duration % |
+---------------+------+---------+------------+------------+
| s01.ci.server | 12   | 20.74 % | 1 second   | 0 %        |
| s02.ci.server | 37   | 5.48 %  | 40 minutes | 4.35 %     |
| s03.ci.server | 43   | 6.37 %  | 1 hour     | 7.9 %      |
| s04.ci.server | 27   | 4 %     | 25 minutes | 2.77 %     |
| s08.ci.server | 16   | 2.37 %  | 52 minutes | 5.66 %     |
| s09.ci.server | 35   | 5.19 %  | 1 hour     | 6.75 %     |
| s10.ci.server | 32   | 4.74 %  | 1 hour     | 6.58 %     |
+---------------+------+---------+------------+------------+
|  ∑            | 675  |         | 15 hours   |            |
+---------------+------+---------+------------+------------+

+------------------+------+---------+-----------+------------+
| Stage            | Jobs | Jobs %  | Duration  | Duration % |
+------------------+------+---------+-----------+------------+
| build            | 15   | 2.22 %  | 1 hour    | 8.44 %     |
| inspection       | 15   | 2.22 %  | 8 minutes | 0.95 %     |
| unit_tests       | 330  | 48.89 % | 6 hours   | 42.82 %    |
| acceptance_tests | 93   | 13.78 % | 5 hours   | 36.57 %    |
| api_tests        | 117  | 17.33 % | 1 hour    | 11.22 %    |
| code_coverage    | 15   | 2.22 %  | 1 second  | 0 %        |
| deploy           | 90   | 13.33 % | 1 second  | 0 %        |
+------------------+------+---------+-----------+------------+
|  ∑               | 675  |         | 15 hours  |            |
+------------------+------+---------+-----------+------------+

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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.

###  Release Activity

Cadence

Every ~13 days

Total

6

Last Release

2559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db646b4e4a625b138b9b1cb5d5aad0f16c3fe35bbcacadd5fe788782f99df71?d=identicon)[svilborg](/maintainers/svilborg)

---

Top Contributors

[![svilborg](https://avatars.githubusercontent.com/u/2757518?v=4)](https://github.com/svilborg "svilborg (50 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

ciclicommand-linegitlabgitlab-apigitlab-cijobslaravelphp7pipelinestestsunittestframeworklaravelgitlabpipelinesjobsgitlab-ci

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/svilborg-laravel-gitlab-ci-cmd/health.svg)

```
[![Health](https://phpackages.com/badges/svilborg-laravel-gitlab-ci-cmd/health.svg)](https://phpackages.com/packages/svilborg-laravel-gitlab-ci-cmd)
```

###  Alternatives

[graham-campbell/gitlab

GitLab Is A GitLab Bridge For Laravel

141584.1k2](/packages/graham-campbell-gitlab)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[erik/laralum

The Laravel Framework with Laralum administration panel.

911.1k](/packages/erik-laralum)

PHPackages © 2026

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