runroom-packages / ckeditor-sonata-media-bundle
Handle Sonata Media on Ckeditor
Package info
github.com/Runroom/RunroomCkeditorSonataMediaBundle
Type:symfony-bundle
pkg:composer/runroom-packages/ckeditor-sonata-media-bundle
Requires
- php: ^8.1
- sonata-project/admin-bundle: ^4.25
- sonata-project/doctrine-extensions: ^2.0
- sonata-project/media-bundle: ^4.9
- symfony/config: ^6.4 || ^7.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/form: ^6.4 || ^7.1
- symfony/http-foundation: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
- twig/twig: ^3.14
Requires (Dev)
- dama/doctrine-test-bundle: ^8.0
- doctrine/doctrine-bundle: ^2.10
- imagine/imagine: ^1.3
- knplabs/knp-menu-bundle: ^3.1
- matthiasnoback/symfony-config-test: ^6.1
- matthiasnoback/symfony-dependency-injection-test: ^6.1
- phpunit/phpunit: ^10.5
- runroom-packages/testing: ^0.21
- sonata-project/block-bundle: ^5.0
- sonata-project/doctrine-orm-admin-bundle: ^4.13
- sonata-project/form-extensions: ^2.0
- sonata-project/twig-extensions: ^2.0
- symfony/browser-kit: ^6.4 || ^7.1
- symfony/security-bundle: ^6.4 || ^7.1
- symfony/stimulus-bundle: ^2.30
- symfony/twig-bundle: ^6.4 || ^7.1
- zenstruck/foundry: ^2.0
This package is auto-updated.
Last update: 2026-05-31 00:23:38 UTC
README
This bundle allows you to configure SonataMediaBundle to work with the Ckeditor image and file uploader. It is inspired on: SonataFormatterBundle and CoopTilleulsCKEditorSonataMediaBundle.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/ckeditor-sonata-media-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:
// config/bundles.php return [ // ... Runroom\CkeditorSonataMediaBundle\RunroomCkeditorSonataMediaBundle::class => ['all' => true], ];
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.