monad / clarity
Core library of the Monad Framework
v1.0.0
2026-07-24 01:59 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-fileinfo: *
- ext-openssl: *
- ext-pdo: *
- ext-pdo_mysql: *
- nesbot/carbon: ^3.13
- nyholm/psr7: ^1.8
- psr/http-client: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
- ramsey/uuid: ^4.9
Requires (Dev)
- ext-pdo_sqlite: *
- fakerphp/faker: ^1.24
- phpunit/phpunit: ^11.0
Suggests
- ext-pdo_pgsql: PostgreSQL dialect support for Services\Schema/Migration.
- ext-pdo_sqlite: SQLite dialect support for Services\Schema/Migration.
- ext-redis: Redis cache driver for Services\Cache.
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.