egeloen / ckeditor-bundle
Provides a CKEditor integration for your Symfony2 Project.
Installs: 4 908 950
Dependents: 64
Suggesters: 14
Security: 0
Stars: 336
Watchers: 19
Forks: 114
Open Issues: 17
Type:symfony-bundle
Requires
- php: ^5.6|^7.0
- egeloen/json-builder: ^2.0|^3.0
- symfony/dependency-injection: ^2.7|^3.0
- symfony/form: ^2.7|^3.0
- symfony/framework-bundle: ^2.7|^3.0
Requires (Dev)
- composer/composer: ^1.0
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.0|^6.0
- sensio/distribution-bundle: ^3.0.12|^4.0|^5.0
- symfony/asset: ^2.7|^3.0
- symfony/console: ^2.7|^3.0
- symfony/phpunit-bridge: ^2.7|^3.0
- symfony/templating: ^2.7|^3.0
- symfony/twig-bridge: ^2.7|^3.0
- symfony/yaml: ^2.7|^3.0
- twig/twig: ^1.12
Suggests
- egeloen/form-extra-bundle: Allows to load CKEditor asynchronously
- sensio/distribution-bundle: Allows to install CKEditor via a script handler
- symfony/asset: Allows to rewrite/version assets
- symfony/templating: Allows to use PHP templates
- symfony/twig-bridge: Allows to use Twig templates
- twig/twig: Allows to use Twig templates
- dev-master / 6.0.x-dev
- 6.0.1
- 6.0.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
This package is not auto-updated.
Last update: 2024-11-01 21:18:41 UTC
README
The bundle provides a CKEditor integration for your Symfony Project. It automatically registers
the new ckeditor
form type which can be easily as well as highly configured.
Documentation
Please, read the official documentation.
Testing
The bundle is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
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 file which will explain you how to set up the project.
License
The Ivory CKEditor Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.