Download the PHP package fonqing/wing without Composer
On this page you can find all versions of the php package fonqing/wing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wing
wing
Fast development library for Thinkphp8
requirements
- PHP >= 8.1
- Thinkphp >= 8.0
Install
Usage
- This library is only for thinkphp8.0
- Your controller should extend
\wing\core\BaseController
- Your model should extend
\wing\core\BaseModel
- Use
use \wing\core\traits\AutoCrud;
to enable auto CRUD operations for controller - Use
use \wing\core\traits\Authorize;
to enable login and RBAC check for controller - In your controller class should implement
setup
method to set current modelController example
Model example
The BaseModel class is extended from think-orm/Model, Add some new attributes or method for AutoCrud CRUD
All versions of wing with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-redis Version *
ext-curl Version *
ext-openssl Version *
ext-bcmath Version *
ext-redis Version *
ext-curl Version *
ext-openssl Version *
ext-bcmath Version *
The package fonqing/wing contains the following files
Loading the files please wait ....