zorbus / article-bundle
A Symfony2 Article bundle
Package info
github.com/Zorbus/ZorbusArticleBundle
Type:symfony-bundle
pkg:composer/zorbus/article-bundle
0.0.2
2012-11-05 13:41 UTC
Requires
- php: >=5.3.2
- doctrine/doctrine-bundle: *
- stof/doctrine-extensions-bundle: *
- symfony/framework-bundle: >=2.1,<2.2-dev
Suggests
- doctrine/doctrine-fixtures-bundle: To load fixtures data
- doctrine/doctrine-migrations-bundle: To alter database schema in a secure way
- twig/twig: Great template language
This package is not auto-updated.
Last update: 2026-02-28 21:56:35 UTC
README
This Symfony2 bundle offers a doctrine entity to manipulate information associated to an article.
An article can be seen as a post in a blog. An article can have categories and tags associated.
Besides the entity, it includes classes to integrate with the Sonata Admin and with the Zorbus Block Bundle.