Skip to content

Instantly share code, notes, and snippets.

@welpher
welpher / github-webhook-handler.php
Created December 4, 2016 13:43 — forked from jadb/github-webhook-handler.php
Github webhook handler
<?php
/**
* GitHub webhook handler template.
*
* @see https://developer.github.com/webhooks/
* @author Miloslav Hůla (https://github.com/milo)
* @author Jad Bitar (https://github.com/jadb)
*/