monad/clarity

Core library of the Monad Framework

Maintainers

Package info

github.com/gaiaco-io/monad-clarity

pkg:composer/monad/clarity

Transparency log

Statistics

Installs: 136

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.1.0 2026-08-10 06:26 UTC

This package is auto-updated.

Last update: 2026-08-23 15:28:07 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.1.0. 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.