An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Symfony CMF Create Bundle

[![Build Status](https://travis-ci.org/symfony-cmf/create-bundle.svg?branch=master)](https://travis-ci.org/symfony-cmf/create-bundle)
[![StyleCI](https://styleci.io/repos/5883356/shield)](https://styleci.io/repos/5883356)
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/create-bundle/version.png)](https://packagist.org/packages/symfony-cmf/create-bundle)
[![Total Downloads](https://poser.pugx.org/symfony-cmf/create-bundle/d/total.png)](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.