usualtool/framework

UT Framework is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 388

Watchers: 3

Forks: 50

Open Issues: 1

pkg:composer/usualtool/framework

V6.3.0 2025-11-06 09:34 UTC

README

release license size

English | 简体中文

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
schematic

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 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