Another big integration has just been merged into the master branch.
Please give a warm welcome to the Symfony CMF, which joined our vendors dir.
Until now, there was no built-in content editing feature for Sylius. Most of the time, developers handled it pretty well by using other bundles or content management systems.
Thanks to the great work of the guys from Symfony CMF & PHPCR team, working with content and Symfony2 is pure pleasure.
We have also integrated SonataBlockBundle, which is a great foundation for website building blocks.
The Symfony CMF project makes it easier for developers to add CMS functionality to applications built with the Symfony2 PHP framework.
Key development principles for the provided set of bundles are scalability, usability, documentation and testing.
Believe me, it is much easier.
For initial integration, we have introduced only two very basic content types, Pages & Blocks.
You can manage them through our backend interface and fortunately, it was possible to do through our SyliusResourceBundle, which now supports Doctrine PHPCR ODM. (ORM & MongoDB ODM are supported as well)
Kudos to David Buchmann who worked on the initial support for the ODM!
Pages can be accessed through the content/{the/name/of/content}
path and you can render the blocks anywhere you want in the templates. Your users will be able to edit them as well!
As you may already know, PHPCR ODM supports different content repository implementations, we’re using the simplest DBAL driver.
For larger installations, with a really large number of documents & nodes, you can consider Jackrabbit.
The goal of this initial integration is to provide the architecture for future features together with a very basic interface for managing it.
Below you can see a very brief overview of our plans regarding this area of Sylius.
We are very excited about these plans and you should be too!