Download the PHP package thefunpower/core without Composer
On this page you can find all versions of the php package thefunpower/core. 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 core
Core
安装核心包
composer require thefunpower/core
安装权限包
composer require thefunpower/auth
SQL
CREATE TABLE `config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`body` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COMMENT='配置';
CREATE TABLE `plugin` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL COMMENT '唯一值',
`version` varchar(255) DEFAULT NULL COMMENT '版本',
`title` varchar(255) NOT NULL COMMENT '插件名',
`status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态',
`data` json DEFAULT NULL COMMENT '数据',
`level` int(11) DEFAULT NULL COMMENT '级别',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COMMENT='插件';
开源协议
Apache License 2.0
All versions of core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
alchemy/zippy Version ^1.0
firebase/php-jwt Version ^5.4
guzzlehttp/guzzle Version ^7.3
phpseclib/phpseclib Version ^2.0
bramus/router Version ~1.6
symfony/yaml Version ^5.3
vlucas/valitron Version ^1.4
topthink/think-cache Version ^2.0
symfony/mailer Version ^5.4
predis/predis Version ^2.0
monolog/monolog Version ^2.9
intervention/image Version ^2.7
voku/anti-xss Version ^4.1
alchemy/zippy Version ^1.0
firebase/php-jwt Version ^5.4
guzzlehttp/guzzle Version ^7.3
phpseclib/phpseclib Version ^2.0
bramus/router Version ~1.6
symfony/yaml Version ^5.3
vlucas/valitron Version ^1.4
topthink/think-cache Version ^2.0
symfony/mailer Version ^5.4
predis/predis Version ^2.0
monolog/monolog Version ^2.9
intervention/image Version ^2.7
voku/anti-xss Version ^4.1
The package thefunpower/core contains the following files
Loading the files please wait ....