dependenci / laravel-gl-webhooks

Transform GitLab Webhooks to Laravel Events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel GitLab Webhooks

Latest Version on Packagist Software License Total Downloads

Easy-to-use class to transform GitLab Webhooks to Laravel Events.

Installation

You can install the package via composer using this command:

composer require dependenci/gitlab-webhooks

Usage

use GLWebhooks;

public function handleWebhook()
{
  return GLWebhooks::handle();
}

Contributing

Read our 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

License

This package is licensed under the Mozilla Public License 2.0 ("MPL-2.0"). Please see LICENSE.md for more information.

About

Transform GitLab Webhooks to Laravel Events

License:Mozilla Public License 2.0


Languages

Language:PHP 100.0%