Libraries tagged by php http request
inhere/sroute
2873 Downloads
a very lightweight and fasted request router. lightweight web framework
aphiria/net
2015 Downloads
The Aphiria network library
algoyounes/idempotency
211 Downloads
Laravel Idempotency Middleware package to prevent duplicate requests
ehough/psr7
8366 Downloads
PHP 5.3-compatible fork of guzzle/psr7
dcarbone/curl-header-extractor
65575 Downloads
Utility to extract headers from PHP CURL to file request.
thecodingmachine/splash-router
15233 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
slice/http
352 Downloads
A thin PHP Library for perform HTTP Requests.
sekjun9878/request-parser
7305 Downloads
A library to parse raw HTTP requests for PHP CLI web servers and more.
clintonnzedimma/sausage-http
4 Downloads
A lightweight PHP library for sending HTTP requests
toflar/http-request-parser
135 Downloads
Parses the string representation of an HTTP request into a PHP superglobal like array
jichangfeng/request-url
1524 Downloads
RequestUrl is a PHP HTTP client library
substancephp/http
54 Downloads
An HTTP request handling library for modern PHP
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.