library silex-autodocs
Automatically generate documentation, only silex routes supported currently
adamquaile/silex-autodocs
Automatically generate documentation, only silex routes supported currently
- Sunday, December 29, 2013
- by adamquaile
- Repository
- 1 Watchers
- 0 Stars
- 19 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
silex-autodocs
Silex AutoDocs currently consists of one component, automatic routing documentation; more components are to follow., (*1)
Installation / Usage
This can be installed via packagist by require
ing adamquaile/silex-autodocs
from packagist., (*2)
{
"name": "Your App",
"require": {
"adamquaile/silex-autodocs": "*"
}
}
In your bootstrap file you must register the app in order to have the url /autodocs/routes
available and usable., (*3)
<?php
$app = new \Silex\Application();
\AdamQuaile\Silex\AutoDocs\Routing::register($app);
All should be ready, now go to /autodocs/routes
. You should see a page like this:, (*4)
, (*5)
dev-master
9999999-dev
Automatically generate documentation, only silex routes supported currently
Sources
Download
The Requires