Symfony components
Symfony framework allows users to use some classes, such as YAML or routing classes, autonomously separately from the project itself. For example, the article ‘Playing with symphony routing – without symfony’ deals with the usage of routing classes and YAML class is used in such projects as Doctrine and PHPUnit.
The Symfony team decided to make some Symfony components autonomous. The project was called ‘Symfony Components’. It will contain only the components which are necessary for Symfony MVC framework and for which the alternative hasn’t been found yet. Symfony Components are placed in the repository Symfony Subversion: http://svn.symfony-project.com/components/.
Tags: symfony


