32 Star 67 Fork 44

mz/spider-utils-for-php

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
composer.json 709 Bytes
Copy Edit Raw Blame History
mz authored 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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

Search