Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enikeishik/ufoframework
UFO Framework
https://github.com/enikeishik/ufoframework
framework php phpframework webframework
Last synced: 3 days ago
JSON representation
UFO Framework
- Host: GitHub
- URL: https://github.com/enikeishik/ufoframework
- Owner: enikeishik
- License: gpl-3.0
- Created: 2018-12-22T06:58:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T05:21:03.000Z (over 4 years ago)
- Last Synced: 2024-04-03T04:43:10.212Z (7 months ago)
- Topics: framework, php, phpframework, webframework
- Language: PHP
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UFO Framework
[![Software License][ico-license]](LICENSE.txt)
[![Build Status][ico-travis]][link-travis]
[![codecov.io][ico-codecov]][link-codecov]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](https://packagist.org/packages/enikeishik/ufoproject).## Requirements
* PHP >= 7.2## Tests
To execute the test suite, you'll need [codeception](https://codeception.com/).
```bash
vendor\bin\codecept run
```[ico-license]: https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/enikeishik/ufoframework/master.svg?style=flat-square
[link-travis]: https://travis-ci.org/enikeishik/ufoframework
[ico-codecov]: https://codecov.io/gh/enikeishik/ufoframework/branch/master/graphs/badge.svg
[link-codecov]: https://codecov.io/gh/enikeishik/ufoframework/