caremillc/framework

The Caremi PHP framework

Installs: 0

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/caremillc/framework

1.1.7 2025-06-28 15:08 UTC

This package is auto-updated.

Last update: 2025-09-28 11:09:02 UTC


README

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

cd my-app