Download the PHP package royvoetman/flysystem-gitlab-storage without Composer
On this page you can find all versions of the php package royvoetman/flysystem-gitlab-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download royvoetman/flysystem-gitlab-storage
More information about royvoetman/flysystem-gitlab-storage
Files in royvoetman/flysystem-gitlab-storage
Package flysystem-gitlab-storage
Short Description Flysystem Adapter for the Gitlab Repository files API v4
License MIT
Informations about the package flysystem-gitlab-storage
A Gitlab Storage filesystem for Flysystem.
This package contains a Flysystem adapter for Gitlab. Under the hood, Gitlab's Repository (files) API v4 is used.
For Flysystem 2 (PHP 7.4) use version 2.0.4
For Flysystem 1 (PHP 7.1) use version 1.1.0
Installation
Integrations
Usage
Project ID
Every project in Gitlab has its own Project ID. It can be found at to top of the frontpage of your repository. See
Base URL
This will be the URL where you host your gitlab server (e.g. https://gitlab.com)
Access token (required for private projects)
Gitlab supports server side API authentication with Personal Access tokens
For more information on how to create your own Personal Access token: Gitlab Docs
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
Pull Requests
- PSR-2 Coding Standard - The easiest way to apply the conventions is to install PHP Code Sniffer.
- Document any change in behaviour - Make sure the
README.md
and any other relevant documentation are kept up-to-date. - Create feature branches - Don't ask us to pull from your master branch.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
License
The MIT License (MIT). Please see License File for more information.
All versions of flysystem-gitlab-storage with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^7.0
league/flysystem Version ^2.0 || ^3.0