mirror of
https://github.com/openvk/chandler.git
synced 2025-01-22 07:14:13 +03:00
PHP web-framework
b9f3c7c43c
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.6. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/6.5.6/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.5...6.5.6) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
3rdparty/maxmind | ||
chandler | ||
docs | ||
extensions | ||
htdocs | ||
install | ||
logs | ||
tmp | ||
.gitattributes | ||
.gitignore | ||
chandler-example.yml | ||
composer.json | ||
composer.lock | ||
COPYING | ||
INSTALL.md | ||
README.md |
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.