PHPackages                             zhanang19/laravel-gitlab-storage - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. zhanang19/laravel-gitlab-storage

Abandoned → [royvoetman/laravel-gitlab-storage](/?search=royvoetman%2Flaravel-gitlab-storage)ArchivedLibrary[File &amp; Storage](/categories/file-storage)

zhanang19/laravel-gitlab-storage
================================

A Gitlab Storage driver Laravel

v1.2(6y ago)0451MITPHPPHP ^7.1

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zhanang19/laravel-gitlab-storage)[ Packagist](https://packagist.org/packages/zhanang19/laravel-gitlab-storage)[ Docs](https://github.com/zhanang19/laravel-gitlab-storage)[ RSS](/packages/zhanang19-laravel-gitlab-storage/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (1)

Gitlab Storage Driver for Laravel
=================================

[](#gitlab-storage-driver-for-laravel)

A Gitlab Storage Driver for Laravel.

This package is a wrapper of [Flysystem Gitlab storage](https://github.com/RoyVoetman/Flysystem-Gitlab-storage) as storage disk for Laravel.

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

[](#installation)

Run command `composer require zhanang19/laravel-gitlab-storage` to install this package

> This package is tested only in Laravel 7

Configuration
-------------

[](#configuration)

Add new disk configuration in your `filesystems.php` config.

```
    # config/filesystems.php
    'disks' => [
        'gitlab' => [
            'driver' => 'gitlab',
            'project_id' => env('GITLAB_PROJECT_ID'),
            'access_token' => env('GITLAB_ACCESS_TOKEN', ''),
            'branch' => env('GITLAB_BRANCH', 'master'),
            'base_url' => env('GITLAB_BASE_URL', 'https://gitlab.com'),
            'debug' => (bool)env('GITLAB_DEBUG', env('APP_DEBUG', false))
        ]
    ],
```

Reference
---------

[](#reference)

1. [Custom Filesystems - Laravel Docs](https://laravel.com/docs/7.x/filesystem#custom-filesystems)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/743022649ac069fc287e45c0dec296b0c0faf591e1bce46fbe059742252b1e4f?d=identicon)[zhanang19](/maintainers/zhanang19)

---

Top Contributors

[![zhanang19](https://avatars.githubusercontent.com/u/19884603?v=4)](https://github.com/zhanang19 "zhanang19 (4 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/zhanang19-laravel-gitlab-storage/health.svg)

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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