symfony-cmf / simple-cms-bundle
A simple CMS bundle based on the Symfony CMF
Installs: 127 962
Dependents: 4
Suggesters: 0
Security: 0
Stars: 51
Watchers: 15
Forks: 44
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^5.3.9|^7.0
- doctrine/phpcr-bundle: ~1.1
- doctrine/phpcr-odm: ~1.2
- symfony-cmf/content-bundle: ~1.2
- symfony-cmf/core-bundle: ~1.1
- symfony-cmf/menu-bundle: 2.0.*
- symfony-cmf/routing-bundle: ~1.2
- symfony/framework-bundle: ~2.3
Requires (Dev)
Suggests
- ivory/ckeditor-bundle: to provide a CKEditor in the admin interface
- sonata-project/doctrine-phpcr-admin-bundle: to provide an admin interface for editing content (~1.1)
- symfony-cmf/create-bundle: to allow the admin to edit pages inline (~1.1)
Conflicts
- jms/di-extra-bundle: <1.3
This package is auto-updated.
Last update: 2019-10-21 08:29:28 UTC
README
WARNING: Unmaintained To focus our efforts in the CMF project, this package is currently not maintained. Security fixes and submitted bug fixes will still be released, but no new features should be expected.
If you want to help co-maintaining this package, tell us in a GitHub issue or in the #symfony_cmf channel of the Symfony devs slack.
This bundle is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.
The SimpleCmsBundle builds on other Symfony CMF components. It provides a solution that can easily map content, routes and menu items based on a single tree structure in the content repository.
While the core CMF components focus on flexibility, the Simple CMS Bundle trades away some of that flexibility in favor of simplicity.
Requirements
- Symfony 2.3+
- See also the
require
section of composer.json
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.