symfony-cmf / blog-bundle
Symfony CMF Blog Bundle
Installs: 9 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 17
Forks: 32
Type:symfony-bundle
Requires
- php: >=5.3.3
- doctrine/phpcr-bundle: 1.0.*
- doctrine/phpcr-odm: 1.0.*
- symfony-cmf/core-bundle: 1.0.*
- symfony-cmf/routing-auto-bundle: 1.0.*
- symfony/framework-bundle: ~2.2
Requires (Dev)
- sonata-project/doctrine-phpcr-admin-bundle: 1.0.*
- symfony-cmf/core-bundle: 1.0.*
- symfony-cmf/testing: 1.0.*
Suggests
- sonata-project/doctrine-phpcr-admin-bundle: For sonata administration
This package is not auto-updated.
Last update: 2022-02-01 12:23:34 UTC
README
WARNING: Unmaintained The Blog Bundle was built to demonstrate CMF features. To focus our efforts in the CMF project, we decided to abandon this bundle. It is no longer maintained.
This bundle is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.
This bundle aims to provide everything you need to create a full blog or blog-like system. It also includes in-built support for the Sonata Admin bundle to help you get up-and-running quickly.
Current features:
- Host multiple blogs within a single website;
- Place blogs anywhere within your route hierarchy;
- Sonata Admin integration.
Pending features:
- Full tag support;
- Frontend pagination (using knp-paginator);
- RSS/ATOM feed;
- Comments;
- User support (FOSUserBundle).
Requirements
- Symfony 2.2.x
- CoreBundle
- RoutingAutoBundle
Documentation
For the install guide and reference, see:
See also:
- All Symfony CMF documentation - complete Symfony CMF reference
- Symfony CMF Website - introduction, live demo, support and community links
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
Unit and/or functional tests exist for this bundle. See the Testing documentation for a guide to running the tests.
Thanks to everyone who has contributed already.