Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.05 KB

File metadata and controls

33 lines (26 loc) · 1.05 KB

Contributing

Example apps

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

Releasing

  1. Commit all outstanding changes
  2. Bump the version in src/Configuration.php.
  3. Update the CHANGELOG.md, and README if appropriate.
  4. Commit, tag push
    git commit -am v3.x.x
    git tag v3.x.x
    git push origin master && git push --tags
    
  5. Build a new phar package by running make package and attach it to the GitHub release.
  6. Update the setup guides for PHP (and its frameworks) with any new content.