enikeishik / ufoframework
UFO Framework is a PHP mini framework with small core and powerful modules.
Requires
- php: ^7.2
- php-strict/config: ~1.0
- php-strict/container: ~1.0
- php-strict/simple-route: ~1.0
- php-strict/storable-cache: ~1.0
- php-strict/struct: ~1.0
Requires (Dev)
- codeception/codeception: ^2.5.1
- symfony/var-dumper: ~4.0
This package is auto-updated.
Last update: 2024-10-26 15:16:55 UTC
README
The UFO Framework is a small and simple PHP framework. It's allow to create different projects - web-sites, web-services, API and other. Base structure of project - section with own unique URL, wich handled by module. Module have to implement logic and generate information. It can handle one or many sections and provide widgets. Widget is a block of information, can be placed on any page (pages). Framework implements only routing, parameters parsing, caching and composing data from modules and widgets.
Install
To create UFO Framework based project use special package with project.
Requirements
- PHP >= 7.2
Tests
To execute the test suite, you'll need codeception.
vendor\bin\codecept run