m1guelpf / github-webhooks
A Laravel package to interact with GitHub Webhooks.
Fund package maintenance!
m1guelpf
Requires
- php: ^7.0
- laravel/framework: 5.5.*||5.6.*
This package is auto-updated.
Last update: 2024-10-17 05:30:01 UTC
README
Easy-to-use class to transform GitHub Webhooks to Laravel Events.
Installation
You can install the package via composer using this command:
composer require m1guelpf/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 MIT License. Please see LICENSE.md for more information.