https://github.com/symfony-cmf/create-bundle
UNMAINTAINED - Integrates create.js and createphp into Symfony2
https://github.com/symfony-cmf/create-bundle
Last synced: 9 days ago
JSON representation
UNMAINTAINED - Integrates create.js and createphp into Symfony2
- Host: GitHub
- URL: https://github.com/symfony-cmf/create-bundle
- Owner: symfony-cmf
- Created: 2012-09-20T07:52:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T17:11:07.000Z (over 7 years ago)
- Last Synced: 2025-05-25T08:18:09.398Z (about 1 month ago)
- Language: PHP
- Homepage: http://cmf.symfony.com/
- Size: 824 KB
- Stars: 30
- Watchers: 13
- Forks: 31
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Symfony CMF Create Bundle
[](https://travis-ci.org/symfony-cmf/create-bundle)
[](https://styleci.io/repos/5883356)
[](https://packagist.org/packages/symfony-cmf/create-bundle)
[](https://packagist.org/packages/symfony-cmf/create-bundle)
> **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](https://slackinvite.me/to/symfony-devs).
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](LICENSE).The CreateBundle integrates [create.js](http://createjs.org/) and the
[CreatePHP](https://github.com/flack/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](composer.json)## Documentation
For the install guide and reference, see:
* [CreateBundle documentation](http://symfony.com/doc/master/cmf/bundles/create/index.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/CreateBundle/contributors) already.