Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
/ github-email-hook Public archive

A PHP script sending out mails in response to GitHub events

Notifications You must be signed in to change notification settings

dscho/github-email-hook

Repository files navigation

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).

Requirements

  • It requires pecl-mail (or as Debian calls it, php-mail)
  • hooks.php requires pecl-http.

Limitations

It cannot properly verify the signature that signs the payload with our secret since the pecl-hash module failed to compile for this developer.

About

A PHP script sending out mails in response to GitHub events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages