Libraries tagged by requests stat
stratadox/pull-request-helper
4 Downloads
silpion/stack-logger
11136 Downloads
Logger Stack middleware for logging request and responses.
yousafsyed/standalone_php_proxy
139 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.
voceconnect/no-stampede-actions
1268 Downloads
A WordPress api to kick off globally singleton actions. It will lock the action to prevent other requests from kicking off the same action.
swop/github-webhook-stackphp
7 Downloads
Stack middleware which will verify if the incoming GitHub web hook request is correctly signed.
saad/laravel-request-query-parser
16 Downloads
This library will load query relation and select fields according to request include query string values
nmeri/suphle-starter
28 Downloads
Setup Suphle folder structure and provide workers or entry scripts for handling incoming requests
myerscode/laravel-query-strategies
61 Downloads
A package for applying filters, ordering, eager loads, result limiting and pagination to Eloquent queries
ejetar/laravel-rest-form-request
32 Downloads
This method is used to orchestrate the required fields within a FormRequest, based on the HTTP method. REST standard.
swop/stack-github-webhook
999 Downloads
Stack middleware which will verify if the incoming GitHub web hook request is correctly signed.
ellipse/stack
110 Downloads
Psr-15 middleware dispatcher implementation
pno/throttle
180 Downloads
StackPHP compatible class for throttling HTTP requests using Predis. Based on datagraph/rack-throttle.
stadly/http
334 Downloads
A PHP library for handling HTTP headers.
quanta/http-utils
93 Downloads
Quanta Psr-15 utilities
nadlambino/laravel-query-builder
9 Downloads
This is a forked of spatie/laravel-query-builder but decoupled the builder from request.