Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spartaksun/gitlab-hook-php
Framework agnostic handling GitLab project hooks
https://github.com/spartaksun/gitlab-hook-php
gitlab hooks webhook
Last synced: 1 day ago
JSON representation
Framework agnostic handling GitLab project hooks
- Host: GitHub
- URL: https://github.com/spartaksun/gitlab-hook-php
- Owner: spartaksun
- Created: 2020-02-01T19:37:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T15:36:25.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T04:54:23.497Z (8 months ago)
- Topics: gitlab, hooks, webhook
- Language: PHP
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitlab webhook handler
Framework agnostic handling GitLab project hooksInstall:
`
composer require spartaksun/gitlab-hook-php
`Usage:
```php
process($key, $requestBody);
```[![Build Status](https://travis-ci.org/spartaksun/gitlab-hook-php.svg?branch=master)](https://travis-ci.org/spartaksun/gitlab-hook-php)