Download the PHP package zeichen32/gitlabapibundle without Composer
On this page you can find all versions of the php package zeichen32/gitlabapibundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zeichen32/gitlabapibundle
More information about zeichen32/gitlabapibundle
Files in zeichen32/gitlabapibundle
Package gitlabapibundle
Short Description Symfony Bundle to include the gitlab api.
License MIT
Homepage https://github.com/Zeichen32/GitLabApiBundle
Informations about the package gitlabapibundle
Getting Started With Zeichen32GitLabApiBundle
This Bundle integrates the GitLab PHP API Client into your Symfony Project.
Step 1: Install Zeichen32GitLabApiBundle
The preferred way to install this bundle is to rely on Composer.
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Step 3: Configure Zeichen32GitLabApiBundle
Add Zeichen32GitLabApiBundle settings in app/config/config.yml:
The first client automatically defined as your default client.
Step 4: Use the gitlab api
If you want to use the default client you can use type hinting.
If you want to get one of the other clients, you can get the specific client by the "zeichen32_gitlabapi.client.CLIENT_NAME" service id.
Or if you set alias option:
For more information about using the api, take a look at the GitLab Client Documentation.
Step 5: Configuration Reference
All available configuration options with their default values listed below:
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
All versions of gitlabapibundle with dependencies
symfony/framework-bundle Version ^4.4 || ^5.0 || ^6.0 || ^7.0
symfony/http-client Version ^4.4 || ^5.0 || ^6.0 || ^7.0
symfony/http-client-contracts Version ^1.0|^2.0|^3.0
nyholm/psr7 Version ^1.0
m4tthumphrey/php-gitlab-api Version ^11.0