Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/friendsofsymfony/fosckeditorbundle
- Owner: FriendsOfSymfony
- License: other
- Created: 2018-04-25T20:42:43.000Z (over 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-05-13T08:58:50.000Z (8 months ago)
- Last Synced: 2025-01-02T20:13:18.956Z (6 days ago)
- Topics: ckeditor, fosckeditorbundle, friendsofsymfony, symfony
- Language: PHP
- Homepage:
- Size: 8.09 MB
- Stars: 522
- Watchers: 12
- Forks: 84
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.