1 Star 0 Fork 0

putyy/php-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
putyy 提交于 2021-11-08 19:05 +08:00 . 初始化
{
"name": "putyy/php-utils",
"description": "The php-utils Packages",
"homepage": "https://github.com/putyy/php-utils.git",
"license": "MIT",
"authors": [
{
"name": "putyy",
"email": "putyy@qq.com"
}
],
"require": {
"php": ">=7.2"
},
"autoload": {
"psr-4": {
"Pt\\Utils\\": "src"
},
"files": [
"src/Helper/Helpers.php"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/putyy/php-utils.git
git@gitee.com:putyy/php-utils.git
putyy
php-utils
php-utils
main

搜索帮助