Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Symfony-Reloaded.org:
Bundle Best Practices
Jul 07, 2010 @ 17:02:34

On the Symfony-Reloaded site (the site for the upcoming Symfony2 version of the framework) there's a recently updated page talking about bundle best practices to use when creating these standardized, easy-to-install packages.

A bundle is a directory that has a well-defined structure and can host anything from classes to controllers and web resources. Even if bundles are very flexible, you should follow some best practices if you want to distribute them.

There's a few standards they lay out concerning the bundle naming scheme (namespacing), the directory structure that'd need to be used (including a "resources" and "controller" directory) and where classes, third-party library use, documentation, templates, configuration and tests should fit in the structure.

tagged: symfony2 framework bundle bestpractice

Link:


Trending Topics: