Libraries tagged by requests stat
stahiralijan/request-caster
74 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
silpion/stack-logger
11138 Downloads
Logger Stack middleware for logging request and responses.
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.
swop/github-webhook-stackphp
8 Downloads
Stack middleware which will verify if the incoming GitHub web hook request is correctly signed.
nmeri/suphle-starter
29 Downloads
Setup Suphle folder structure and provide workers or entry scripts for handling incoming requests
myerscode/laravel-query-strategies
62 Downloads
A package for applying filters, ordering, eager loads, result limiting and pagination to Eloquent queries
http-message-strategies-interop/http-message-strategies
219 Downloads
Common interfaces for HTTP Message Strategies
ejetar/laravel-rest-form-request
46 Downloads
This method is used to orchestrate the required fields within a FormRequest, based on the HTTP method. REST standard.
swop/stack-github-webhook
1000 Downloads
Stack middleware which will verify if the incoming GitHub web hook request is correctly signed.
ellipse/stack
112 Downloads
Psr-15 middleware dispatcher implementation
juanchosl/httpdata
131 Downloads
Little methods collection in order to create http request and responses using the PSR standards from PHP-FIG definitions
pno/throttle
180 Downloads
StackPHP compatible class for throttling HTTP requests using Predis. Based on datagraph/rack-throttle.
toa/framework-extra-bundle
12665 Downloads
This bundle provides some missing features for the symfony standard edition
stadly/file-waiter
272 Downloads
File serving made easy. A PHP library for serving files from any file system over HTTP, with support for conditional and ranged requests.
fadion/sanitizer
425 Downloads
Input sanitizer. Standalone or for Laravel's FormRequest