PHP web-framework
Find a file
dependabot[bot] b9f3c7c43c
Bump guzzlehttp/guzzle from 6.5.5 to 6.5.6
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>
2022-05-25 22:17:37 +00:00
3rdparty/maxmind Initial commit 2020-05-29 21:49:16 +03:00
chandler Include additional email configuration fields 2022-04-16 19:39:42 +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 Update .htaccess (#1) 2021-01-15 15:02:46 +02:00
install Use InnoDB in chandler by default 2022-04-10 12:05:42 +03:00
logs Enable silent error logging 2020-06-30 07:29:11 +00:00
tmp Initial commit 2020-05-29 21:49:16 +03:00
.gitattributes Initial commit 2020-05-29 21:49:16 +03:00
.gitignore Enable silent error logging 2020-06-30 07:29:11 +00: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 Bump latte/latte from 2.6.2 to 2.10.8 (#6) 2022-02-06 12:36:39 +00:00
composer.lock Bump guzzlehttp/guzzle from 6.5.5 to 6.5.6 2022-05-25 22:17:37 +00:00
COPYING Initial commit 2020-05-29 21:49:16 +03:00
INSTALL.md Update INSTALL.md 2021-12-29 15:29:20 +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.