1 Star 1 Fork 0

读心印/url2pic-sdk

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
读心印 提交于 2021-04-18 12:19 +08:00 . test
{
"name": "zyan/url2pic-sdk",
"description": "url2pic网页转图片",
"keywords": [
"网页转图片",
"url2pic"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "读心印",
"email": "839024615@qq.com"
}
],
"require": {
"php": ">=7.3",
"guzzlehttp/guzzle": "^7"
},
"autoload": {
"psr-4": {
"Zyan\\UrlToPic\\": "./src/"
}
},
"autoload-dev": {
"psr-4": {
"Zyan\\Tests\\": "./tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^2.18"
},
"scripts": {
"test": "vendor/bin/phpunit --colors=always --testdox",
"check-style": "php-cs-fixer fix --using-cache=no --diff --config=.php_cs --dry-run --ansi",
"fix-style": "php-cs-fixer fix --using-cache=no --config=.php_cs --ansi"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/flash127/url2pic-sdk.git
git@gitee.com:flash127/url2pic-sdk.git
flash127
url2pic-sdk
url2pic-sdk
master

搜索帮助