Fork of OpenVK/chandler
  • PHP 98.4%
  • HTML 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
crythoughts 58d268a12a
Some checks failed
Codeberg Mirroring / to_codeberg (push) Has been cancelled
Lint / lint (push) Has been cancelled
feat: return content-type of js and mjs files if.. (#28)
... os is not unix like

"script_module" tag
2026-08-01 17:29:23 +03:00
.github/workflows feat!: use .latte files for templates, upgrade to Latte 3 (#22) 2026-01-28 23:40:08 +03:00
3rdparty/maxmind Initial commit 2020-05-29 21:49:16 +03:00
bin feat!: use .latte files for templates, upgrade to Latte 3 (#22) 2026-01-28 23:40:08 +03:00
chandler feat: return content-type of js and mjs files if.. (#28) 2026-08-01 17:29:23 +03:00
docs Initial commit 2020-05-29 21:49:16 +03:00
extensions Initial commit 2020-05-29 21:49:16 +03:00
htdocs feat!: use .latte files for templates, upgrade to Latte 3 (#22) 2026-01-28 23:40:08 +03:00
install Add logs support to DBEntity (#14) 2023-08-11 16:42:40 +03:00
.gitattributes Initial commit 2020-05-29 21:49:16 +03:00
.gitignore Merge branch 'master' into redis-intergration 2026-02-22 16:30:37 +03:00
.php-cs-fixer.dist.php feat!: use .latte files for templates, upgrade to Latte 3 (#22) 2026-01-28 23:40:08 +03:00
chandler-example.yml feat(signaling): add experimental redis support 2025-08-21 18:18:04 -04:00
composer.json feat(signaling): redis will handle history, add some mechanisms 2026-02-22 17:09:34 +03:00
composer.lock feat(signaling): redis will handle history, add some mechanisms 2026-02-22 17:09:34 +03:00
COPYING Initial commit 2020-05-29 21:49:16 +03:00
INSTALL.md build: require PHP 8.1 and above 2024-10-24 14:03:14 +07:00
README.md Initial commit 2020-05-29 21:49:16 +03:00

Chandler

Chandler is PHP-based web-framework/web-portal. By itself it's pretty useless, but you can install plugins/apps.

Plugins

Plugins may provide a Web Application or be a library or hook. Web Apps are mounted to a path like this: /<id> (where id = app id), but one app can be mounted to root.

State of this repo

This product is still in development phase, we are currently writing documentation/tests and API is going to change.