Skip to content

Automatically generate documentation, silex routes supported now

Notifications You must be signed in to change notification settings

adamquaile/silex-autodocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

silex-autodocs

Silex AutoDocs currently consists of one component, automatic routing documentation; more components are to follow.

Installation / Usage

This can be installed via packagist by requireing adamquaile/silex-autodocs from packagist.

{
    "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.

<?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:

Sample Screenshot of Silex Autodocs

About

Automatically generate documentation, silex routes supported now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages