caremillc / caremi-pro-mvc
The skeleton application for the Caremi framework.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >= 8.2
- caremillc/framework-pro-mvc: dev-main
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- symfony/var-dumper: 6.3.x-dev
README
The skeleton application for the Pro-MVC framework.
Caremi Pro Mvc 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-pro-mvc my-app
cd my-app
Run composer
composer install
Generate .env APP_KEY
php caremi env:generate
🏁 Getting Started
- See the Index guide to begin front controller.