enikeishik/ufoframework

UFO Framework is a PHP mini framework with small core and powerful modules.

v1.0.5-alpha 2019-12-14 07:30 UTC

This package is auto-updated.

Last update: 2024-04-26 14:18:23 UTC


README

Software License Build Status codecov.io

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