Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.15 KB

HACKING.md

File metadata and controls

39 lines (27 loc) · 1.15 KB

Hacking guide for SDK developers

Testing

Run make or make check to check comprehensively. Following tests will run.

Pull request policy

  • Please DON'T include the generated HTML phpdoc in pull request

Installing phpDocumenter

We use phpDocumenter to generate API documents automatically. Required packages are not installed by composer because it requires PHP 7.2 ~ 8.0.

$ wget https://phpdoc.org/phpDocumentor.phar

Release Flow

Install phpDocumenter before releasing new version.

  1. Generate HTML phpdoc php phpDocumentor.phar
  2. Make a git tag (this project uses semantic versioning)
  3. Push the tag to origin
  4. Edit GitHub releases

That's all. It will be publish on composer automatically.