32 Star 67 Fork 44

mz / spider-utils-for-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
mz 提交于 2020-09-11 01:45 . initial
{
"name": "zv/spider",
"type": "library",
"description": "PHP simple http client/spider class/简单的 PHP 的网络库",
"keywords": [
"php",
"http client",
"http request",
"HttpGET",
"HttpPOST",
"HttpPUT",
"HttpDELETE"
],
"homepage": "https://github.com/djunny/spider",
"license": "MIT",
"authors": [
{
"name": "djunny",
"email": "github@djunny.com",
"homepage": "http://djunny.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-libxml": "*",
"ext-simplexml": "*"
},
"autoload": {
"psr-4": {
"ZV\\": "src"
}
}
}
PHP
1
https://gitee.com/mz/spider-utils-for-php.git
git@gitee.com:mz/spider-utils-for-php.git
mz
spider-utils-for-php
spider-utils-for-php
master

搜索帮助