Skip to content

Instantly share code, notes, and snippets.

View bensandee's full-sized avatar

Ben Sandee bensandee

View GitHub Profile
@bensandee
bensandee / _readme.md
Created January 17, 2021 05:25 — forked from mrjones-plip/_readme.md
PHP Endpoint for Github Webhook URLs

PHP Endpoint for Github Webhook URLs

If you love deploying websites using Github, but for some reason want to use your own server, this script might be exactly what you need.

  1. Put github.php somewhere on your PHP-enabled web server, and make it accessible for the outside world. Let's say for now the script lives on http://example.com/github.php
@bensandee
bensandee / _readme.md
Created January 17, 2021 05:25 — forked from mrjones-plip/_readme.md
PHP Endpoint for Github Webhook URLs

PHP Endpoint for Github Webhook URLs

If you love deploying websites using Github, but for some reason want to use your own server, this script might be exactly what you need.

  1. Put github.php somewhere on your PHP-enabled web server, and make it accessible for the outside world. Let's say for now the script lives on http://example.com/github.php