lira / framework
A small prototyping framework
Installs: 41
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/lira/framework
Requires
- php: >=8.3
This package is auto-updated.
Last update: 2025-12-19 19:54:39 UTC
README
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.