https://github.com/stopsopa/research-symfony-cmf
Naaa, don't use it... PHPCR is fine for tree structures, but it's not very convenient to use in general...
https://github.com/stopsopa/research-symfony-cmf
Last synced: 29 days ago
JSON representation
Naaa, don't use it... PHPCR is fine for tree structures, but it's not very convenient to use in general...
- Host: GitHub
- URL: https://github.com/stopsopa/research-symfony-cmf
- Owner: stopsopa
- License: mit
- Created: 2016-07-29T11:56:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T15:40:20.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T08:13:14.897Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 63.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony CMF Standard Edition
[](http://travis-ci.org/symfony-cmf/standard-edition)
[](https://packagist.org/packages/symfony-cmf/standard-edition)
[](https://packagist.org/packages/symfony-cmf/standard-edition)The Symfony CMF Standard Edition (SE) is a distribution of the
[Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](LICENSE).This distribution is based on all the main CMF components needed for most common
use cases, and can be used to create a new Symfony/CMF project from scratch.## Requirements
* Symfony 2.3.x
* See also the `require` section of [composer.json](composer.json)## Documentation
For the install guide and reference, see:
* [Symfony CMF standard edition documentation](http://symfony.com/doc/master/cmf/book/installation.html)
See also:
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links## Contributing
Pull requests are welcome. Please see our [CONTRIBUTING](CONTRIBUTING.md) guide.
Unit and/or functional tests exist for this bundle. See the
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
for a guide to running the tests.Thanks to
[everyone who has contributed](https://github.com/symfony-cmf/standard-edition/contributors) already.