phonetworks/pho-framework

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
Thanks for your interest in contributing.

More information about the internals can be found in the api/ folder, which can be generated by typing:

```sh
composer install
vendor/bin/phpdoc run -t docs/ -d src/ --template=clean --ignore="*tests?*,*Tests?*"
```