PHP web-framework
Find a file
2020-06-11 12:47:33 +03:00
3rdparty/maxmind Initial commit 2020-05-29 21:49:16 +03:00
chandler Fix CSRF vulnerability 2020-06-11 12:47:33 +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 Initial commit 2020-05-29 21:49:16 +03:00
install Add SQL dump 2020-06-07 21:43:10 +03:00
tmp Initial commit 2020-05-29 21:49:16 +03:00
.gitattributes Initial commit 2020-05-29 21:49:16 +03:00
.gitignore Initial commit 2020-05-29 21:49:16 +03:00
chandler-example.yml Initial commit 2020-05-29 21:49:16 +03:00
composer.json Initial commit 2020-05-29 21:49:16 +03:00
composer.lock Initial commit 2020-05-29 21:49:16 +03:00
COPYING Initial commit 2020-05-29 21:49:16 +03:00
INSTALL.md Initial commit 2020-05-29 21:49:16 +03: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.