devtrope / ludens
There is no license information available for the latest version (v0.1.5) of this package.
v0.1.5
2026-04-01 18:17 UTC
Requires
- php: ^8.2
- devtrope/framework: ^0.1.1
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
