symfony-cmf / create-bundle
Symfony Bundle for createphp and create.js. The easiest way to make any site editable and have semantic annotations with RDFa.
Installs: 343 075
Dependents: 7
Suggesters: 2
Security: 0
Stars: 32
Watchers: 14
Forks: 32
Open Issues: 21
Type:symfony-bundle
Requires
- php: ^5.3.9|^7.0
- friendsofsymfony/rest-bundle: ^1.0
- midgard/createphp: ^1.1
- symfony/assetic-bundle: ^2.1
- symfony/framework-bundle: ^2.3
Requires (Dev)
- jms/serializer-bundle: ^0.12|^1.0
- symfony-cmf/testing: ^1.3
Suggests
- jms/serializer-bundle: Add support for advanced serialization capabilities (^0.12|^1.0)
- symfony-cmf/core-bundle: To be able to enable 'rest_force_request_locale' (^1.0)
- symfony-cmf/media-bundle: When using the default image support (^1.1)
- dev-master / 2.0.x-dev
- 1.3.x-dev
- 1.3.0
- 1.2.x-dev
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-RC2
- 1.2.0-RC1
- 1.1.x-dev
- 1.1.0
- 1.1.0-RC3
- 1.1.0-RC2
- 1.1.0-RC1
- 1.0.x-dev
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-RC4
- 1.0.0-RC3
- 1.0.0-RC2
- 1.0.0-RC1
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-refactoring
- dev-create-routes
This package is auto-updated.
Last update: 2022-02-01 12:21:32 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 CreateBundle integrates create.js and the CreatePHP helper library into Symfony2.
create.js is a comprehensive web editing interface for Content Management Systems. Using RDFa annotations in the content, it makes any content editable directly in the front end.
CreatePHP is a PHP library to help with RDFa annotation of documents and entities.
Requirements
- Symfony 2.8+
- create.js (can be installed through a composer post-install task, see the installation guide link below)
- 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.