2017 © Pedro Peláez
 

library silex-autodocs

Automatically generate documentation, only silex routes supported currently

image

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

The README.md

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 requireing 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)

Sample Screenshot of Silex Autodocs, (*5)

The Versions

29/12 2013

dev-master

9999999-dev

Automatically generate documentation, only silex routes supported currently

  Sources   Download

The Requires

  • php >=5.3.0