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: 8 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T15:36:25.000Z (over 5 years ago)
- Last Synced: 2024-12-26T17:14:46.987Z (over 1 year ago)
- Topics: gitlab, hooks, webhook
- Language: PHP
- Size: 63.5 KB
- Stars: 3
- 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 hooks
Install:
`
composer require spartaksun/gitlab-hook-php
`
Usage:
```php
process($key, $requestBody);
```
[](https://travis-ci.org/spartaksun/gitlab-hook-php)