Download the PHP package digitlimit/githook without Composer
On this page you can find all versions of the php package digitlimit/githook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitlimit/githook
More information about digitlimit/githook
Files in digitlimit/githook
Package githook
Short Description A Laravel package to handle GitHub webhooks seamlessly by dispatching Laravel events for all GitHub events. Users can listen to and handle these events easily.
License MIT
Homepage https://github.com/digitlimit/githook
Informations about the package githook
Githook
A Laravel package to handle GitHub webhooks seamlessly by dispatching Laravel events for all GitHub events. Users can listen to and handle these events easily.
Installation
To install the package, use Composer:
Configuration
Publish Configuration File To publish the configuration file, run:
Configure Environment Variables
Add the following environment variables to your .env file:
Available Events
Here are the events you can subscribe to:
Subscribing to Events
You can subscribe to events either in the Laravel Event Service Provider or directly in the configuration file.
Using Event Service Provider
To subscribe to events in the Event Service Provider, add the following to your app/Providers/EventServiceProvider.php:
Using the Configuration File
Alternatively, you can subscribe to events directly in the configuration file config/githook.php
:
Example Listener
Here is an example listener for the Star
event:
How to setup webhook in GitHub
- Setup Github Webhook if you have not done so. https://github.com/your-username/your-repo/settings/hooks
Testing
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 [email protected] instead of using the issue tracker.
Credits
- Emeka Mbah
- All Contributors
License
The MIT License (MIT). Please see License File for more information.