PHP web-framework
Go to file
dependabot[bot] 266e720435
Bump firebase/php-jwt from 5.5.1 to 6.0.0
Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.5.1 to 6.0.0.
- [Release notes](https://github.com/firebase/php-jwt/releases)
- [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/php-jwt/compare/v5.5.1...v6.0.0)

---
updated-dependencies:
- dependency-name: firebase/php-jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-10 18:15:22 +00:00
.github/workflows Add an action for proper repository mirroring 2023-02-04 10:49:25 +00:00
3rdparty/maxmind Initial commit 2020-05-29 21:49:16 +03:00
chandler Fiks lonpul? 2023-11-11 14:54:35 +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 Add logs support to DBEntity (#14) 2023-08-11 16:42:40 +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
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-example.yml Add logs support to DBEntity (#14) 2023-08-11 16:42:40 +03:00
chandler.iml Add IDEA project config file 2022-08-19 16:39:27 +03:00
chandler.ipr Add IDEA project config file 2022-08-19 16:39:27 +03:00
chandler.iws Add IDEA project config file 2022-08-19 16:39:27 +03:00
composer.json Bump firebase/php-jwt from 5.5.1 to 6.0.0 2023-12-10 18:15:22 +00:00
composer.lock Bump firebase/php-jwt from 5.5.1 to 6.0.0 2023-12-10 18:15:22 +00:00

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.