devtrope / framework
There is no license information available for the latest version (v0.1.1) of this package.
v0.1.1
2026-04-01 18:15 UTC
Requires
- php: ^8.2
- filp/whoops: ^2.18
- monolog/monolog: ^3.10
- php-di/php-di: ^7.1
- twig/twig: ^3.23
- vlucas/phpdotenv: ^5.6
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
