- Fork the notifier on github
- Build and test your changes using
make buildandmake test - Commit and push until you are happy with your contribution
- Make a pull request
- Thanks!
Test the notifier by running the application locally.
Install composer, and then cd into example/php and start the server:
composer install
php index.php
- Commit all outstanding changes
- Bump the version in
src/Configuration.php. - Update the CHANGELOG.md, and README if appropriate.
- Commit, tag push
git commit -am v3.x.x git tag v3.x.x git push origin master && git push --tags - Build a new phar package by running
make packageand attach it to the GitHub release. - Update the setup guides for PHP (and its frameworks) with any new content.