Osumi Framework
Osumi Framework is a small personal project that I've been developing and improving over time, as I've experimented and learned.
It's based on the MVC (Model-View-Controller) pattern for creating web applications, both small and large.
It also allows the creation of executable scripts from the command line.
The framework has evolved from a collection of scripts and utilities to a complete framework with:
- Route management.
- Modularized code, dividing functionalities into reusable components.
- A complete ORM that allows access to various types of databases.
- A comprehensive plugin system for managing JWT tokens, image manipulation, file management, and more.
- A CLI that assists with framework management and the creation of custom functionalities.
Using Composer, you can obtain the complete framework along with a demo that uses it. It also allows for the installation of plugins and the updating of its components.