Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);
```

[![Build Status](https://travis-ci.org/spartaksun/gitlab-hook-php.svg?branch=master)](https://travis-ci.org/spartaksun/gitlab-hook-php)