lira/framework

A small prototyping framework

Maintainers

Package info

github.com/Scern86/lira-framework

Homepage

Issues

pkg:composer/lira/framework

Statistics

Installs: 41

Dependents: 1

Suggesters: 0

Stars: 0

v7.4.0 2024-03-10 18:43 UTC

This package is auto-updated.

Last update: 2026-03-19 20:28:59 UTC


README

GitHub release

A compact MVC framework.

This is a project where I explore and apply my own skills, as well as innovations in the PHP and JS programming languages.

The project has no end goal, the journey is what matters - continual development.

Feature list:

  • Can handle configuration loading
  • Connects and displays HTML templates
  • Allows the creation of events and subscribing to them
  • Supports multilingual text processing
  • Includes basic Model/View/Controller classes.
  • Contains a basic Result class, objects inherited from which allow for flexible behavior logic upon different outcomes
  • minimum dependencies

Dependencies:

  • PHP >=8.3

Installation

composer require lira/framework

License

The Lira framework is licensed under the MIT license.