PHP web-framework
Find a file
2021-12-30 11:50:44 +01:00
3rdparty/maxmind Initial commit 2020-05-29 21:49:16 +03:00
chandler Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
docs Initial commit 2020-05-29 21:49:16 +03:00
extensions Initial commit 2020-05-29 21:49:16 +03:00
install Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
logs Enable silent error logging 2020-06-30 07:29:11 +00:00
public Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
tmp Initial commit 2020-05-29 21:49:16 +03:00
.gitattributes Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
.gitignore Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
chandler-example.yml UA and IP checks can now be disabled via extendedValidation option 2021-04-21 11:41:56 +00:00
composer.json Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01:00
composer.lock Updating the Composer dependencies. 2021-12-28 19:35:32 +01:00
INSTALL.md Install: Added NGINX as an option 2021-09-16 17:35:51 +07:00
phpunit.xml Removing the event system from the framework as nobody uses it. 2021-12-30 11:50:44 +01: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.