Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakobjohansson/hook

a library for quickly dealing with git webhooks
https://github.com/jakobjohansson/hook

bitbucket github gitlab library webhook

Last synced: 28 days ago
JSON representation

a library for quickly dealing with git webhooks

Awesome Lists containing this project

README

        

# hook [![Build Status](https://travis-ci.org/jakobjohansson/hook.svg?branch=master)](https://travis-ci.org/jakobjohansson/hook) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/aec1b5740a6b43bd8754ae2bfad56bc7)](https://www.codacy.com/app/jakobjohansson2/hook?utm_source=github.com&utm_medium=referral&utm_content=jakobjohansson/hook&utm_campaign=Badge_Grade) [![StyleCI](https://styleci.io/repos/83210515/shield?branch=master&style=flat)](https://styleci.io/repos/83210515)

A library for quickly dealing with GitHub, GitLab and BitBucket webhooks.

## Installation
Install through composer:
```bash
$ composer require jakobjohansson/hook
```

## Documentation
Please refer to the [official documentation](https://jakobjohansson.github.io/hook/).

## License
Hook is licensed under the [MIT License](https://github.com/jakobjohansson/hook/blob/master/LICENSE.txt).