An open API service indexing awesome lists of open source software.

https://github.com/v-dem/queasy-framework

QuEasy PHP Framework
https://github.com/v-dem/queasy-framework

framework php

Last synced: 3 months ago
JSON representation

QuEasy PHP Framework

Awesome Lists containing this project

README

          

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/54c036d1b25c482098ece03cf0701694)](https://app.codacy.com/manual/v-dem/queasy-framework?utm_source=github.com&utm_medium=referral&utm_content=v-dem/queasy-framework&utm_campaign=Badge_Grade_Dashboard)
[![codecov](https://codecov.io/gh/v-dem/queasy-framework/branch/master/graph/badge.svg)](https://codecov.io/gh/v-dem/queasy-framework)
[![Total Downloads](https://poser.pugx.org/v-dem/queasy-framework/downloads)](https://packagist.org/packages/v-dem/queasy-framework)
[![Latest Stable Version](https://img.shields.io/github/v/release/v-dem/queasy-framework)](https://packagist.org/packages/v-dem/queasy-framework)
[![License](https://poser.pugx.org/v-dem/queasy-framework/license)](https://packagist.org/packages/v-dem/queasy-framework)

# [QuEasy PHP Framework](https://github.com/v-dem/queasy-framework/) - Main

## Package `v-dem/queasy-framework`

QuEasy PHP Framework main classes.

### Requirements

* PHP version 5.3 or higher

### References

* [Sample application (`v-dem/queasy-webapp`)](https://github.com/v-dem/queasy-webapp/)
* [Application template (`v-dem/queasy-webapp-template`)](https://github.com/v-dem/queasy-webapp-template/)

### Packages

* [Config (`v-dem/queasy-config`)](https://github.com/v-dem/queasy-config/)
* [PSR-3 Logger (`v-dem/queasy-log`)](https://github.com/v-dem/queasy-log/)
* [Database (`v-dem/queasy-db`)](https://github.com/v-dem/queasy-db/)
* [PSR-7 HTTP (`v-dem/queasy-http`)](https://github.com/v-dem/queasy-http/)

> *These packages are not required for the framework to function. You can easily use other packages you like.*

### Classes

#### `App`

Application's main class. Usually is a base class for web application's App classes.

#### `Controller`

#### `RegexRouter`

#### `container/ServiceContainer`