rossriley / phrocco
Literate documentation for PHP
Installs: 3 014
Dependents: 0
Suggesters: 0
Security: 0
Stars: 96
Watchers: 4
Forks: 14
Open Issues: 4
Requires
- php: >=5.4.0
- michelf/php-markdown: 1.4.*@dev
Requires (Dev)
- phpunit/phpunit: 3.*
This package is not auto-updated.
Last update: 2024-11-09 17:19:29 UTC
README
Phrocco is the start of a port of the rather nice literate documentation generator Docco to PHP
http://jashkenas.github.com/docco/
Installing
Best done via composer global.
composer global require rossriley/phrocco:dev-master
This will install the binary to ~/.composer/vendor/bin/phrocco.
The project is in alpha at this stage but feedback and pull requests are welcome.
Also check out the front end site http://phrocco.info/ for more instructions and example output.