Skip to content

normalise webhook events for github, gitlab and (bitbucket [not yet])

License

Notifications You must be signed in to change notification settings

smoench/git-webhooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-webhooks

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

normalise webhook events for github, gitlab and bitbucket

Installation

composer require davidbadura/git-webhooks

Example

use DavidBadura\GitWebhooks\EventFactory;
use Symfony\Component\HttpFoundation\Request;

$request = Request::createFromGlobals();
$factory = EventFactory::createDefault();

if ($event = $factory->create($request)) {
    // ...
}

About

normalise webhook events for github, gitlab and (bitbucket [not yet])

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%