Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakobjohansson/hook
- Owner: jakobjohansson
- License: mit
- Created: 2017-02-26T13:29:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:04:29.000Z (over 3 years ago)
- Last Synced: 2024-04-21T04:05:37.834Z (8 months ago)
- Topics: bitbucket, github, gitlab, library, webhook
- Language: PHP
- Homepage: https://jakobjohansson.github.io/hook/
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).