2017 © Pedro Peláez
 

symfony-bundle php-doc-fill-bundle

Bundle helping you to fill your php docs

image

appventus/php-doc-fill-bundle

Bundle helping you to fill your php docs

  • Tuesday, June 25, 2013
  • by paulandrieux
  • Repository
  • 3 Watchers
  • 0 Stars
  • 793 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PhpDocFillBundle

The PhpDocFillBundle help you to write your documentation for all your symfony2 projects., (*1)

Install

Get the source with composer :, (*2)

require "appventus/php-doc-fill-bundle": "dev-master"

Declare the bundle in your AppKernel.php:, (*3)

public function registerBundles() {
    $bundles = array(
        [...]
        new AppVentus\PhpDocFillBundle\AvPhpDocFillBundle(),
        [...]

Then declare the routing.yml in your application:, (*4)

# PhpDocFillBundle Routing
av_php_doc_fill_bundle_routes:
    resource: "@AvPhpDocFillBundle/Resources/config/routing.yml"
    prefix:   /

Then add the php templating engine support in your framework configuration :, (*5)

framework:
    templating:
        engines: ['twig', 'php']
    ...

You now have a new action available in the symfony2 debug bar., (*6)

Enjoy !, (*7)

Credits

This bundle is based on existing library created by Clement Nedelcu. Thanks him for his work., (*8)

The Versions

25/06 2013

dev-master

9999999-dev http://appventus.com

Bundle helping you to fill your php docs

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php documentation doc phpdocfill