Skip to content

digitlimit/githook

Repository files navigation

Githook

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.

About

A simple github webhook helper

Resources

License

Stars

Watchers

Forks

Packages

No packages published