devtrope/ludens

There is no license information available for the latest version (v0.1.5) of this package.

Maintainers

Package info

github.com/devtrope/ludens

Type:project

pkg:composer/devtrope/ludens

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.1.5 2026-04-01 18:17 UTC

This package is auto-updated.

Last update: 2026-04-01 18:18:01 UTC


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