Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekintian/curl_http_request
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
https://github.com/tekintian/curl_http_request
Last synced: about 10 hours ago
JSON representation
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
- Host: GitHub
- URL: https://github.com/tekintian/curl_http_request
- Owner: tekintian
- Created: 2019-01-23T16:17:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T02:47:03.000Z (over 4 years ago)
- Last Synced: 2024-04-18T07:51:40.564Z (7 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curl http 请求工具
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
## 使用方法:
1. 载入本工具类
~~~shell
composer require tekintian/curl_http_request
~~~2. 使用本工具
~~~php