radoid / subframe
Subframe PHP microframework
This package is auto-updated.
Last update: 2025-06-27 15:24:33 UTC
README
Light and lightning fast PHP framework, intended for small and medium-sized websites, built according to MVC and REST principles. Its main objectives are maximum performance (through minimum server load and plentiful caching) and powerful but minimalistic elegance.
The framework is still under construction. MIT licence.
Requirements
PHP version 7.4
Getting Started
Subframe is meant to be installed via Composer dependency manager. In the root directory of your project, run:
composer require radoid/subframe