caremillc / framework
The Caremi PHP framework
1.1.1
2025-06-21 04:28 UTC
Requires
- php: ^8.2
- ext-ctype: *
- ext-filter: *
- ext-hash: *
- ext-mbstring: *
- ext-openssl: *
- ext-session: *
- ext-tokenizer: *
- doctrine/dbal: ^3.6
- guzzlehttp/psr7: ^2.7
- league/container: ^4.0
- nikic/fast-route: ^1.3
- nyholm/psr7: ^1.8
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
- psr/http-server-middleware: ^1.0
- symfony/dotenv: ^6.0
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.1
- symfony/var-dumper: ^6.3
README
The Caremi PHP framework
Caremi PHP Framework
A modern, fast, and lightweight PHP framework designed for building clean, expressive, and scalable web applications.
Features
- Custom Router
- PSR-7 & PSR-15 middleware support
- Custom Blade-like template engine
- Powerful CLI tooling
- Modular service provider architecture
- Secure session, validation, logging, and configuration systems
- Built-in support for SQLite, MySQL (via Doctrine DBAL)
Installation
composer create-project caremillc/framework my-app