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: 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:04:29.000Z (about 5 years ago)
- Last Synced: 2025-01-24T22:32:54.246Z (over 1 year ago)
- Topics: bitbucket, github, gitlab, library, webhook
- Language: PHP
- Homepage: https://jakobjohansson.github.io/hook/
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# hook [](https://travis-ci.org/jakobjohansson/hook) [](https://www.codacy.com/app/jakobjohansson2/hook?utm_source=github.com&utm_medium=referral&utm_content=jakobjohansson/hook&utm_campaign=Badge_Grade) [](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).