Libraries tagged by php http request
givanov95/typed-http
113 Downloads
A typed HTTP request/response library for PHP
yousafsyed/standalone_php_proxy
142 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.
yapro/symfony-request-to-curl
1096 Downloads
Converts the current / specified Symfony http request to a curl command.
xxxcoltxxx/request-logger
447 Downloads
Logging http requests and errors
tekintian/curl_http_request
19 Downloads
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
php-common-enums/http-method
815 Downloads
Provides a backed enum for HTTP request methods
pagely/http-mock
139390 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version
localzet/http
156 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.
freeclimbapi/php-sdk
127 Downloads
FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
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.
boson-php/http-body-decoder
2567 Downloads
Provides HTTP request body decoders
biurad/http-galaxy
2295 Downloads
Http Galaxy: abstraction for HTTP request, response, and csp protection. Provides careful data sanitization and utility for URL and cookies manipulation.
arashabedii/requester
69 Downloads
php requester
ptcong/php-http-class
5176 Downloads
A simple and powerful Http Client library used for sending request and get response like a browser.