Libraries tagged by php http request
clintonnzedimma/sausage-http
4 Downloads
A lightweight PHP library for sending HTTP requests
toflar/http-request-parser
130 Downloads
Parses the string representation of an HTTP request into a PHP superglobal like array
jichangfeng/request-url
1464 Downloads
RequestUrl is a PHP HTTP client library
yousafsyed/standalone_php_proxy
141 Downloads
Standalone proxy server in PHP sockets, I am using Guzzle to route the requests. Idea was if I can make HTTP Proxy Server in php to get more control over proxy and custom logic. Currently it only supports http requests you can choose port of your own choice plus if you want to make it public or private. This is a standard HTTP Proxy so you can use in browser. By default its only working for localhost, but you can allow public ip's.
xxxcoltxxx/request-logger
446 Downloads
Logging http requests and errors
webservco/http-request-service
223 Downloads
A PHP component/library.
verdient/http
793 Downloads
php http client
tekintian/curl_http_request
18 Downloads
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
soltancode/send-request
2513 Downloads
Simple package for Laravel that makes it easy to send HTTP requests and integrate with web APIs.
localzet/http
150 Downloads
Localzet HTTP Client is a library for making HTTP requests. It is developed by Ivan Zorin and uses modern technologies and standards for efficient and reliable HTTP communication.
kiwilan/php-http-pool
2232 Downloads
PHP package with easy-to-use GuzzleHttp pool wrapper to make concurrent requests.
dchapkine/guzzle-http-signature
115 Downloads
Guzzle plugin to sign HTTP requests using hmac ... Or, in another words, it is a PHP 5.3+ port of https://github.com/joyent/node-http-signature library (the request signing part only)
brunodebarros/http-request
207 Downloads
A web crawler, built to be easily dropped into PHP applications, which behaves just like a regular web browser, interpreting location redirects and storing cookies automatically.
arashabedii/requester
62 Downloads
php requester
ptcong/php-http-class
5175 Downloads
A simple and powerful Http Client library used for sending request and get response like a browser.