2017 © Pedro Peláez
 

library github-webhook

Github Webhook tools for php

image

afoozle/github-webhook

Github Webhook tools for php

  • Sunday, September 21, 2014
  • by afoozle
  • Repository
  • 0 Watchers
  • 7 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

github-webook - Github Webhook parsing for PHP 5.3+ Build Status

Github-Webhook is a simple library to help parse webhook payloads from github. ( https://help.github.com/articles/post-receive-hooks ), (*1)

This library on it's own does not do anything in particular, it simply provides a convenient method for parsing post receive hook data into a standard structure., (*2)

Installation

Install via packagist/composer: https://packagist.org/packages/afoozle/github-webhook, (*3)

Usage

<?php
use afoozle\GithubWebhook\EntityMapper\PayloadMapper;

$payloadMapper = new PayloadMapper($payload);

$payload = $payloadMapper->mapFromJson($yourJsonFormattedData);
// or
$payload = $payloadMapper->mapFromDataArray($yourArrayOfData);

var_dump($payload);

About

Requirements

  • Any flavor of PHP 5.3 or above should do
  • [optional] PHPUnit 3.7+ to execute the test suite (phpunit --version)

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub, (*4)

Author

Matthew Wheeler - matt@yurisko.net - http://twitter.com/afoozle
, (*5)

License

Github-Webhook is licensed under the MIT License - see the LICENSE.txt file for details, (*6)

The Versions

21/09 2014

dev-develop

dev-develop http://github.com/afoozle/GithubWebhook

Github Webhook tools for php

  Sources   Download

MIT

The Requires

 

The Development Requires

github webhook web-hook post-receive-hook

21/09 2014

dev-master

9999999-dev http://github.com/afoozle/GithubWebhook

Github Webhook tools for php

  Sources   Download

MIT

The Requires

 

The Development Requires

github webhook web-hook post-receive-hook

27/06 2013

0.4

0.4.0.0 http://github.com/afoozle/GithubWebhook

Github Webhook tools for php

  Sources   Download

MIT

The Requires

 

The Development Requires

github webhook web-hook post-receive-hook

19/06 2013

0.3

0.3.0.0 http://github.com/afoozle/GithubWebhook

Github Webhook tools for php

  Sources   Download

MIT

The Requires

 

The Development Requires

github webhook web-hook post-receive-hook

19/06 2013

0.2

0.2.0.0 http://github.com/afoozle/GithubWebhook

Github Webhook tools for php

  Sources   Download

The Requires

 

The Development Requires

github webhook