samsara / roster
A PHP console tool to generate Markdown documentation from your docblocks and types hints using templates.
Fund package maintenance!
JordanRL
Requires
- php: >=8.0
- hassankhan/config: ^2.2
- opis/json-schema: ^2.0
- samsara/mason: ^0.2
- symfony/console: ^v5.3
- symfony/yaml: ^5.3
This package is auto-updated.
Last update: 2024-11-09 04:19:29 UTC
README
Installation
To install, simply require the package using composer:
composer --dev require "samsara/roster:^0.1"
Or include it in your composer.json
file:
{ "require-dev": { "samsara/roster": "^0.1" } }
The project namespace is Samsara\Roster\*
. You can view the project on Packagist.
Examples of Documentation Built With Roster
- Roster: This console program! Of course Roster builds its own documentation. :)
- Fermat: An arbitrary precision math library with trigonometry, statistics and more for PHP.
Documentation
After installing, from your project root on the command-line use:
php vendor/bin/roster [SOURCES_ROOT]
You can read the full documentation for Roster here.