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: 11

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-07-24 01:59 UTC

This package is auto-updated.

Last update: 2026-07-24 04:31:28 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.0.0, the initial 26.07 release.

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.