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
- Host: GitHub
- URL: https://github.com/v-dem/queasy-framework
- Owner: v-dem
- License: lgpl-3.0
- Created: 2020-03-24T16:08:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T03:25:32.000Z (over 1 year ago)
- Last Synced: 2025-07-27T10:25:45.131Z (8 months ago)
- Topics: framework, php
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)
[](https://codecov.io/gh/v-dem/queasy-framework)
[](https://packagist.org/packages/v-dem/queasy-framework)
[](https://packagist.org/packages/v-dem/queasy-framework)
[](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`