2 Star 2 Fork 0

宇泰/php-plugin-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2022-06-10 15:07 . 优化
{
"name": "xin/plugin",
"description": "实现的一套轻量级插件调度管理器,可接入ThinkPHP、Laravel等主流框架,让你的应用拥有可拔插式的开发体验。",
"type": "library",
"authors": [
{
"name": "晋",
"email": "657306123@qq.com"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=7.1.9",
"xin/capsule": "^1.0",
"xin/support": "^1.0"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Xin\\Plugin\\": "src/"
}
},
"extra": {
"think": {
"services": [
"Xin\\Plugin\\ThinkPHP\\PluginServiceProvider"
],
"config": {
"plugin": "config.php"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuxiaojinla/php-plugin-manager.git
git@gitee.com:liuxiaojinla/php-plugin-manager.git
liuxiaojinla
php-plugin-manager
php-plugin-manager
master

搜索帮助