digitlimit/githook

Github Webhook Helper

v1.0.0 2023-11-07 19:48 UTC

This package is auto-updated.

Last update: 2024-05-07 20:47:51 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This package is a simple Laravel Github Webhook helper for handling webhook events.

Installation

You can install the package via composer:

composer require digitlimit/githook "dev-develop"

Then publish config and mailable

php artisan vendor:publish --provider="Digitlimit\Githook\GithookServiceProvider"

Usage

  1. Add

  2. Setup Github Webhook https://github.com/digitlimit/kcc-admin/settings/hooks

image

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email frankemeks77@yahoo.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.