PHPackages                             creacoon/laravel-dashboard-gitlab-user-counts-tile - 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. [Admin Panels](/categories/admin)
4. /
5. creacoon/laravel-dashboard-gitlab-user-counts-tile

ActiveLibrary[Admin Panels](/categories/admin)

creacoon/laravel-dashboard-gitlab-user-counts-tile
==================================================

GitLab Tile

1.0.2(1y ago)085MITPHPPHP ^8.3

Since Sep 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/creacoon/laravel-dashboard-gitlab-user-counts-tile)[ Packagist](https://packagist.org/packages/creacoon/laravel-dashboard-gitlab-user-counts-tile)[ Docs](https://github.com/creacoon/laravel-dashboard-gitlab-user-counts-tile.git)[ RSS](/packages/creacoon-laravel-dashboard-gitlab-user-counts-tile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

laravel-dashboard-gitlab-user-counts-tile
=========================================

[](#laravel-dashboard-gitlab-user-counts-tile)

---

GitLab User Counts Tile

---

This tile displays user counts from GitLab, including assigned merge requests, review requested merge requests, and todos.

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

[](#installation)

You can install the tile via composer:

```
composer require creacoon/laravel-dashboard-gitlab-user-counts-tile
```

In the `dashboard` config file, you must add this configuration in the `tiles` key.

Sign up at your `GitLab` instance to obtain GITLAB\_API\_TOKEN

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'gitlab' => [
            'api_token' => env('GITLAB_API_TOKEN'),
            'api_url' => env('GITLAB_API_URL', 'https://gitlab.com'),
            'specific_users' => explode(',', env('GITLAB_SPECIFIC_USERS')),
        ],
    ],
];
```

In app\\Console\\Kernel.php you should schedule the Creacoon\\GitLabTile\\FetchDataFromGitLabUserCountsCommand to run at your desired interval.

```
// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\Creacoon\GitLabTile\FetchDataFromGitLabUserCountsCommand::class)->everyMinute();
}
```

Usage
-----

[](#usage)

In your dashboard view you use the `livewire:gitlab-user-counts-tile` component.

```

```

### Customizing the view

[](#customizing-the-view)

If you want to customize the view used to render this tile, run this command:

```
php artisan vendor:publish --provider="Creacoon\GitLabTile\GitLabUserCountsTileServiceProvider" --tag="dashboard-gitlab-user-counts-tile-views"```
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~2 days

Total

3

Last Release

611d ago

PHP version history (2 changes)1.0.0PHP ^8.0|^7.4

1.0.2PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e019c7a42af689e0234e23cda216ba2b536901b4870058c4ad61c22f17a651a?d=identicon)[tomcoonen](/maintainers/tomcoonen)

---

Top Contributors

[![JulianaChiabai](https://avatars.githubusercontent.com/u/91732345?v=4)](https://github.com/JulianaChiabai "JulianaChiabai (14 commits)")[![tomcoonen](https://avatars.githubusercontent.com/u/988013?v=4)](https://github.com/tomcoonen "tomcoonen (7 commits)")

---

Tags

laraveldashboard

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/creacoon-laravel-dashboard-gitlab-user-counts-tile/health.svg)

```
[![Health](https://phpackages.com/badges/creacoon-laravel-dashboard-gitlab-user-counts-tile/health.svg)](https://phpackages.com/packages/creacoon-laravel-dashboard-gitlab-user-counts-tile)
```

###  Alternatives

[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)

PHPackages © 2026

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