https://github.com/m1guelpf/laravel-gh-webhooks
Transform GitHub Webhooks to Laravel Events
https://github.com/m1guelpf/laravel-gh-webhooks
events github github-webhooks laravel laravel-events package php webhooks
Last synced: 3 months ago
JSON representation
Transform GitHub Webhooks to Laravel Events
- Host: GitHub
- URL: https://github.com/m1guelpf/laravel-gh-webhooks
- Owner: m1guelpf
- License: mit
- Created: 2017-09-18T17:32:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T18:48:20.000Z (over 5 years ago)
- Last Synced: 2025-02-13T11:52:41.642Z (4 months ago)
- Topics: events, github, github-webhooks, laravel, laravel-events, package, php, webhooks
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel GitHub Webhooks
[](https://packagist.org/packages/m1guelpf/github-webhooks)
[](LICENSE.md)
[](https://packagist.org/packages/m1guelpf/github-webhooks)Easy-to-use class to transform GitHub Webhooks to Laravel Events.
## Installation
You can install the package via composer using this command:
``` bash
composer require m1guelpf/github-webhooks
```## Usage
``` php
use GHWebhooks;public function handleWebhook()
{
return GHWebhooks::handle();
}
```## Contributing
Read our [CONTRIBUTING.md](CONTRIBUTING.md) for more details on how to help us.
## Security
If you find any security related issues, please send an email to [email protected] instead of using the issue tracker.
## Credits
- [Miguel Piedrafita](https://github.com/m1guelpf)
- [All Contributors](../../contributors)## License
This package is licensed under the MIT License. Please see [LICENSE.md](LICENSE.md) for more information.