1 Star 0 Fork 0

会微笑的糖果/php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
会微笑的糖果 提交于 2024-10-27 09:10 . ~配置修改
{
"name": "t1h0/php",
"description": "t1h0's php library",
"type": "library",
"keywords": [
"php",
"api",
"tool"
],
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"authors": [
{
"name": "t1h0",
"email": "2317216477@qq.com"
}
],
"require": {
"php": ">=7",
"guzzlehttp/guzzle": "*",
"phpoffice/phpspreadsheet": "*",
"phpoffice/phpword": "*"
},
"support": {
"email": "2317216477@qq.com",
"issues": "https://gitee.com/t1h0/php/issues",
"docs": "https://apidoc.gitee.com/t1h0/php"
},
"suggest": {
"zetacomponents/mail": "该库可以解析邮件协议。icy2003/php 针对其 ~1.8 进行了部分问题的修复。"
},
"autoload": {
"psr-4": {
"t1h0\\php\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "git",
"url": "https://gitee.com/t1h0/php.git"
}
],
"config": {
"allow-plugins": {
"symfony/flex": false
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/t1h0/php.git
git@gitee.com:t1h0/php.git
t1h0
php
php
dev

搜索帮助