colibri-php / framework
A lightweight file-based PHP micro-framework
1.0.0-alpha
2026-04-03 16:49 UTC
Requires
- php: >=8.4
- ext-fileinfo: *
- ext-intl: *
- ext-mbstring: *
- ext-pdo: *
- catfan/medoo: ^2.2
- latte/latte: ^3.1
- phpmailer/phpmailer: ^7.0
- vlucas/phpdotenv: ^5.6
- vlucas/valitron: ^1.4
This package is auto-updated.
Last update: 2026-04-03 16:50:57 UTC
README
The core package for the Colibri micro-framework.
This package provides the routing engine, templating, database, authentication, middleware, and all core functionality. It is not meant to be used standalone — install via the project skeleton:
composer create-project colibri-php/colibri my-project
Documentation
See the main repository for full documentation.
License
MIT