Package Data | |
---|---|
Maintainer Username: | m1guelpf |
Maintainer Contact: | soy@miguelpiedrafita.com (Miguel Piedrafita) |
Package Create Date: | 2017-07-05 |
Package Last Update: | 2017-07-06 |
Language: | PHP |
License: | MPL-2.0 |
Last Refreshed: | 2025-01-30 15:00:34 |
Package Statistics | |
---|---|
Total Downloads: | 17 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Easy-to-use class to transform GitLab Webhooks to Laravel Events.
You can install the package via composer using this command:
composer require dependenci/gitlab-webhooks
use GLWebhooks;
public function handleWebhook()
{
return GLWebhooks::handle();
}
Read our CONTRIBUTING.md for more details on how to help us.
If you find any security related issues, please send an email to soy@miguelpiedrafita.com instead of using the issue tracker.
This package is licensed under the Mozilla Public License 2.0 ("MPL-2.0"). Please see LICENSE.md for more information.