The Symfony2 Content Management Framework (CMF) project is organized by the Symfony community and has several sponsoring companies and prominent open source leaders implementing the philosophy of the decoupled CMS.
.. toctree:: :hidden: quick_tour/index book/index bundles/index components/index contributing/index cookbook/index tutorial/index
The best way to get started with the Symfony CMF is by reading the Quick Tour. This will guide you through the code, philosophy and architecture of the Symfony CMF project.
.. toctree:: :maxdepth: 1 quick_tour/the_big_picture quick_tour/the_model quick_tour/the_router quick_tour/the_third_party_bundles
This is the Symfony CMF bible. It's the reference for any user of the CMF, who will typically want to keep this close at hand.
.. toctree:: :maxdepth: 1 book/installation book/simplecms book/routing book/database_layer book/static_content book/structuring_content
The tutorial guides you through all features of the CMF. It uses a step-by-step way to create a complete website build from the ground up with the CMF.
.. toctree:: :maxdepth: 1 tutorial/introduction tutorial/getting-started tutorial/auto-routing tutorial/sonata-admin tutorial/content-to-controllers tutorial/the-frontend tutorial/make-homepage tutorial/conclusion
Looking for some in depth information about a CMF Bundle? Want to know if you can use a bundle independently and how to do it? In this case the bundles section is the right place for you!
:doc:`Browse the bundles <bundles/index>`
The Symfony CMF believes in a concept where bundles integrate library (components) into the framework. The components can be used in any PHP project, even when they are not using Symfony.
:doc:`Browse the components <components/index>`
The cookbook consist of articles about advanced concepts of the Symfony CMF.
:doc:`Browse the cookbook <cookbook/index>`
Do you want to contribute to the Symfony CMF? Start reading these articles!