jodit / application
Jodit FileBrowser and Uploader connector
3.0.48
2025-10-08 22:12 UTC
Requires
- php: >=8
- ext-curl: >=6.0.0
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- abeautifulsite/simpleimage: ^4.2.1
- cocur/slugify: ^4.6.0
- dompdf/dompdf: ^3.0.0
Requires (Dev)
- codeception/codeception: ^5.3.2
- codeception/module-asserts: ^2.0.1
- codeception/module-phpbrowser: ^2.5.0
- codeception/module-rest: ^3.4
- vimeo/psalm: ^4.30.0
This package is auto-updated.
Last update: 2026-06-08 23:28:51 UTC
README
Default application for project Jodit Application
This module is a framework for building a Jodit backend. Its installation is best done via https://github.com/xdan/jodit-connectors
Run tests
Install full requires including dev
composer install
Start PHP server
npm start
or
cd ./docker && docker compose up
Run tests
npm test
But before add your internal ip tests/index-test.php and tests/TestApplication.php
Run only API tests
./vendor/bin/codecept run api ./vendor/bin/codecept run api getFilesOnlyImagesCept
Run only unit tests
./vendor/bin/codecept run unit