https://github.com/dependenci/laravel-gl-webhooks
Transform GitLab Webhooks to Laravel Events
https://github.com/dependenci/laravel-gl-webhooks
dependenci events gitlab gitlab-webhooks laravel laravel-events package webhooks
Last synced: 25 days ago
JSON representation
Transform GitLab Webhooks to Laravel Events
- Host: GitHub
- URL: https://github.com/dependenci/laravel-gl-webhooks
- Owner: dependenci
- License: mpl-2.0
- Created: 2017-07-05T21:12:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T12:41:36.000Z (almost 9 years ago)
- Last Synced: 2025-11-27T14:52:29.732Z (6 months ago)
- Topics: dependenci, events, gitlab, gitlab-webhooks, laravel, laravel-events, package, webhooks
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel GitLab Webhooks
[](https://packagist.org/packages/dependenci/gitlab-webhooks)
[](LICENSE.md)
[](https://packagist.org/packages/dependenci/gitlab-webhooks)
Easy-to-use class to transform GitLab Webhooks to Laravel Events.
## Installation
You can install the package via composer using this command:
``` bash
composer require dependenci/gitlab-webhooks
```
## Usage
``` php
use GLWebhooks;
public function handleWebhook()
{
return GLWebhooks::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.