devtrope/framework

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

Maintainers

Package info

github.com/devtrope/framework

pkg:composer/devtrope/framework

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 1

v0.1.1 2026-04-01 18:15 UTC

This package is auto-updated.

Last update: 2026-04-02 14:52:43 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