Search by

monad / clarity

marshalyung

Core library of the Monad Framework

v1.8.0 2026-09-06 21:11 UTC

README

Core library of the Monad Framework — an MVC-based PHP framework for solo developers and small teams. Clarity provides the middlewares, services, and console tooling that monad/skeleton applications run on.

Status: 1.8.0, published on Packagist. CHANGELOG.md is the authoritative record of what each release added. The initial release, 1.0.0, was planned under the milestone name 26.07; releases are now named by their semver version only.

Requirements

  • PHP >=8.2

Installation

composer create-project monad/skeleton NewApp

Clarity itself is installed as a dependency of the skeleton and updated independently:

composer update monad/clarity

Testing

vendor/bin/phpunit

License

MIT. See LICENSE.