devtrope / ludens
There is no license information available for the latest version (v0.1.6) of this package.
v0.1.6
2026-04-05 08:56 UTC
Requires
- php: ^8.2
- devtrope/framework: ^0.1.2
Requires (Dev)
README
Ludens is a lightweight PHP framework built for developers who want simplicity without sacrificing structure.
Philosophy
- Pure model objects — no framework dependencies, no annotations, just PHP
- Convention over configuration — sensible defaults, override only what you need
- Explicit over magic — you always know what is happening and why
Requirements
- PHP 8.2+
- Composer
Installation
composer create-project devtrope/ludens my-project
cd my-project
cp .env.example .env
License
Ludens is open-source software licensed under the MIT license.
(c) 2026 Quentin Schifferle dev.trope@gmail.com
