Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/friendsofsymfony/fosckeditorbundle

Provides a CKEditor integration for your Symfony project.
https://github.com/friendsofsymfony/fosckeditorbundle

ckeditor fosckeditorbundle friendsofsymfony symfony

Last synced: 6 days ago
JSON representation

Provides a CKEditor integration for your Symfony project.

Awesome Lists containing this project

README

        

FOSCKEditorBundle
==================
General:
[![Build Status](https://github.com/FriendsOfSymfony/FOSCKEditorBundle/workflows/Test/badge.svg?branch=2.x)](https://github.com/FriendsOfSymfony/FOSCKEditorBundle/actions?query=workflow%3ATest+branch%3A2.x)
[![Latest Stable Version](https://poser.pugx.org/friendsofsymfony/ckeditor-bundle/v/stable.svg)](https://packagist.org/packages/friendsofsymfony/ckeditor-bundle)

Quality:
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/?branch=master)
[![Scrutinizer Build](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/badges/quality-score.png?b=master)
[![Coverage Status](https://coveralls.io/repos/github/FriendsOfSymfony/FOSCKEditorBundle/badge.svg)](https://coveralls.io/github/FriendsOfSymfony/FOSCKEditorBundle)
[![Scrutinizer Code Intelligence](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSCKEditorBundle/?branch=master)

Numbers:
[![Total Downloads](https://poser.pugx.org/friendsofsymfony/ckeditor-bundle/downloads)](https://packagist.org/packages/friendsofsymfony/ckeditor-bundle)
[![Monthly Downloads](https://poser.pugx.org/friendsofsymfony/ckeditor-bundle/d/monthly)](https://packagist.org/packages/friendsofsymfony/ckeditor-bundle)
[![Daily Downloads](https://poser.pugx.org/friendsofsymfony/ckeditor-bundle/d/daily)](https://packagist.org/packages/friendsofsymfony/ckeditor-bundle)

Introduction
------------

The bundle provides a [CKEditor 4](https://ckeditor.com/ckeditor-4/) integration for your Symfony Project. It automatically registers
the new `ckeditor` form type which can be easily as well as highly configured.

Migration from IvoryCKEditorBundle to FOSCKEditorBundle
-------------------------------------------------------

As IvoryCKEditorBundle was abandoned, FriendsOfSymfony took this bundle over, to help
you easily migrate [just follow our guide](/docs/migration.rst).

Documentation
-------------

Please, read the [official documentation](https://symfony.com/bundles/FOSCKEditorBundle/current/index.html).

License
-------

This bundle is released under the MIT license. See the included
[LICENSE](LICENSE) file for more information.

## Contribute
-------------

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You
can follow the [CONTRIBUTING](/CONTRIBUTING.md) file which will explain you how to set up the project.