m1guelpf/github-webhooks

A Laravel package to interact with GitHub Webhooks.

v2.5 2018-04-29 17:09 UTC

This package is auto-updated.

Last update: 2024-04-17 04:10:56 UTC


README

Latest Version on Packagist Software License Total Downloads

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.