zorbus / article-bundle
A Symfony2 Article bundle
Installs: 56
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-23 15:32:06 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.