2017 © Pedro Peláez
 

lib git-webhooks

normalise webhook events for github, gitlab and bitbucket

image

davidbadura/git-webhooks

normalise webhook events for github, gitlab and bitbucket

  • Wednesday, January 25, 2017
  • by DavidBadura
  • Repository
  • 3 Watchers
  • 9 Stars
  • 895 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 4 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

git-webhooks

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

normalise webhook events for github, gitlab and bitbucket, (*2)

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)) {
    // ...
}

The Versions

25/01 2017

dev-master

9999999-dev

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

25/01 2017

1.2.1

1.2.1.0

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

23/01 2017

1.2.0

1.2.0.0

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

01/05 2016

1.1.0

1.1.0.0

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

25/03 2016

dev-bitbucket

dev-bitbucket

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

25/03 2016

1.0.1

1.0.1.0

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura

23/03 2016

1.0.0

1.0.0.0

normalise webhook events for github, gitlab and bitbucket

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar DavidBadura