dependenci / github-webhooks
A Laravel package to interact with GitHub Webhooks.
Installs: 229
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dependenci/github-webhooks
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2022-02-01 13:07:52 UTC
README
DEPRECATED: This package is deprecated. You can use m1guelpf/laravel-gh-webhooks instead.
Easy-to-use class to transform GitHub Webhooks to Laravel Events.
Installation
You can install the package via composer using this command:
composer require dependenci/github-webhooks
Usage
use GHWebhooks; public function handleWebhook() { return GHWebhooks::handle(); }
Contributing
Read our CONTRIBUTING.md for more details on how to help us.
Security
If you find any security related issues, please send an email to soy@miguelpiedrafita.com instead of using the issue tracker.
Credits
License
This package is licensed under the Mozilla Public License 2.0 ("MPL-2.0"). Please see LICENSE.md for more information.