https://github.com/dependenci/laravel-gh-webhooks
Transform GitHub Webhooks to Laravel Events
https://github.com/dependenci/laravel-gh-webhooks
dependenci events github github-webhooks laravel laravel-events package php webhooks
Last synced: 9 months ago
JSON representation
Transform GitHub Webhooks to Laravel Events
- Host: GitHub
- URL: https://github.com/dependenci/laravel-gh-webhooks
- Owner: dependenci
- License: mpl-2.0
- Created: 2017-06-16T20:52:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T17:41:58.000Z (over 8 years ago)
- Last Synced: 2023-08-21T09:24:13.600Z (almost 3 years ago)
- Topics: dependenci, events, github, github-webhooks, laravel, laravel-events, package, php, webhooks
- Language: PHP
- Size: 10.7 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel GitHub Webhooks
[](https://packagist.org/packages/dependenci/github-webhooks)
[](LICENSE.md)
[](https://packagist.org/packages/dependenci/github-webhooks)
# DEPRECATED: This package is deprecated. You can use [m1guelpf/laravel-gh-webhooks](https://github.com/m1guelpf/laravel-gh-webhooks) instead.
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 dependenci/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 soy@miguelpiedrafita.com instead of using the issue tracker.
## Credits
- [Miguel Piedrafita](https://github.com/m1guelpf)
- [All Contributors](../../contributors)
## License
This package is licensed under the Mozilla Public License 2.0 ("MPL-2.0"). Please see [LICENSE.md](LICENSE.md) for more information.