Skip to content

enikeishik/ufoframework

Repository files navigation

UFO Framework

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