jodit / application
Jodit FileBrowser and Uploader connector
Installs: 22 772
Dependents: 3
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 7
Open Issues: 5
Requires
- php: >=7.4
- ext-curl: >=6.0.0
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- abeautifulsite/simpleimage: ^3.7.0
- cocur/slugify: 4.3.0
- dompdf/dompdf: ^v2.0.3
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^2.0.1
- codeception/module-phpbrowser: ^2.5.0
- codeception/module-rest: ^3.3
- vimeo/psalm: ^4.30.0
- dev-master
- 3.0.42
- 3.0.41
- 3.0.40
- 3.0.39
- 3.0.38
- 3.0.37
- 3.0.36
- 3.0.35
- 3.0.34
- 3.0.33
- 3.0.32
- 3.0.31
- 3.0.30
- 3.0.29
- 3.0.28
- 3.0.27
- 3.0.26
- 3.0.25
- 3.0.24
- 3.0.23
- 3.0.22
- 3.0.21
- 3.0.20
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 2.0.22
- 2.0.21
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-10-31 00:20:24 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