This project offers a PHP script sending mails in response to GitHub events
To register it to be called upon GitHub events, open hooks.php in a web browser, enter your GitHub credentials and the name of the repository for which you want events to be handled.
Then add a hook, keeping the events in the event list for which you want the handling to trigger.
After that you need to set up a mail-settings.php file (read sample.mail-settings.php for inspiration).
- It requires pecl-mail (or as Debian calls it, php-mail)
- hooks.php requires pecl-http.
It cannot properly verify the signature that signs the payload with our secret since the pecl-hash module failed to compile for this developer.