https://github.com/usualtool/framework
UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.
https://github.com/usualtool/framework
framework mvc php template usualtool ut utframe
Last synced: 7 days ago
JSON representation
UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.
- Host: GitHub
- URL: https://github.com/usualtool/framework
- Owner: usualtool
- License: apache-2.0
- Created: 2021-09-22T18:02:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-27T15:37:48.000Z (28 days ago)
- Last Synced: 2026-01-11T14:42:20.675Z (13 days ago)
- Topics: framework, mvc, php, template, usualtool, ut, utframe
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 387
- Watchers: 3
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



### English | [简体中文](http://frame.usualtool.com/baike)
#### Introduction
UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.
#### Schematic diagram
Difference from traditional MVC

#### Environment
Support Nginx/Apache/IIS.
Support PHP5/PHP7/PHP8 and other known upward distributions.
#### Security
.ut.config configuration contains sensitive information.
You must set in the configuration file to prohibit non local access Config file.
[Server configuration example](http://frame.usualtool.com/baike/config.php)
install-dev is the installation directory of visual package on the development side. If visualization is not required, please delete this directory after deploying UT.
#### system architecture
```
┌─── 📁app /*Application running*/
╎ ╎
╎ ├─── 📁assets /*Resource*/
╎ ╎
╎ ├─── 📁admin /*Admin example*/
╎ ╎
╎ ├─── 📁modules /*Module*/
╎ ╎
╎ ├─── 📁plugins /*Plugin*/
╎ ╎
╎ ├─── 📁template /*Template engineering*/
╎ ╎
╎ ├─── 📄index.php /*Client controller*/
╎ ╎
╎ └─── 📄config.php /*Application configuration*/
╎
├─── 📁lang /*Language package*/
╎
├─── 📁library /*Class library*/
╎
├────📁log /*Framework log*/
╎
├─── 📁update /*Update temporary directory*/
╎
├─── 📁vendor /*Composer dependency*/
╎
├─── .ut.config /*Global configuration*/
╎
├─── 📄autoload.php /*Bootloader*/
╎
├─── usualtool /*Command line*/
╎
└─── UTVer.ini /*Version*/
```
#### [Development documentation](http://frame.usualtool.com/baike)