Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latrell/proxycurl
使用第三方HTTP代理服务进行CURL请求的Laravel拓展。
https://github.com/latrell/proxycurl
curl laravel proxy
Last synced: about 2 months ago
JSON representation
使用第三方HTTP代理服务进行CURL请求的Laravel拓展。
- Host: GitHub
- URL: https://github.com/latrell/proxycurl
- Owner: latrell
- Created: 2019-08-18T03:07:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T10:05:31.000Z (almost 5 years ago)
- Last Synced: 2024-05-07T00:42:33.342Z (8 months ago)
- Topics: curl, laravel, proxy
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ProxyCurl
使用第三方HTTP代理服务进行CURL请求的Laravel拓展。
## 安装
```
composer require latrell/proxy-curl dev-master
```更新你的依赖包 ```composer update``` 或者全新安装 ```composer install```。