6 Star 50 Fork 16

MichonneHsu/simple-dingtalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
MichonneHsu 提交于 2025-12-13 17:50 +08:00 . refactor: v2.0 architecture improvement
{
"name": "michonnehsu/simple-dingtalk",
"description": "A modern DingTalk API client with better architecture and error handling",
"type": "library",
"keywords": ["dingtalk", "api", "client", "messaging", "enterprise"],
"license": "MIT",
"authors": [
{
"name": "Michonne Hsu",
"email": "850574565@qq.com"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": "^2.16",
"phpmd/phpmd": "^2.8",
"squizlabs/php_codesniffer": "^3.5",
"monolog/monolog": "^2.0"
},
"autoload": {
"psr-4": {
"SimpleDingTalk\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleDingTalk\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"analyze": "phpstan analyse src --level=6",
"fix": "php-cs-fixer fix --config=.php_cs.dist",
"check": "phpcs --standard=PSR12 src",
"coverage": "phpunit --coverage-html coverage/"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "stable",
"prefer-stable": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/michonnehsu/simple-dingtalk.git
git@gitee.com:michonnehsu/simple-dingtalk.git
michonnehsu
simple-dingtalk
simple-dingtalk
master

搜索帮助