Easy-to-use class to transform GitHub Webhooks to Laravel Events.
You can install the package via composer using this command:
composer require m1guelpf/github-webhooksuse GHWebhooks; public function handleWebhook() { return GHWebhooks::handle(); }Read our CONTRIBUTING.md for more details on how to help us.
If you find any security related issues, please send an email to soy@miguelpiedrafita.com instead of using the issue tracker.
This package is licensed under the MIT License. Please see LICENSE.md for more information.