lira/framework

A small prototyping framework

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

This package is auto-updated.

Last update: 2025-07-19 18:57:05 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.