jodit/application

Jodit FileBrowser and Uploader connector

Installs: 38 353

Dependents: 3

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 7

Open Issues: 4

pkg:composer/jodit/application

3.0.48 2025-10-08 22:12 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