Libraries tagged by web request
butterfly/app-request-response
13442 Downloads
Butterfly PHP. Request-Response Application
bootdesk/chat-sdk-adapter-web
689 Downloads
Web adapter for bootdesk/chat-sdk-core — browser chat UI via JSON request/response
inhere/sroute
2876 Downloads
a very lightweight and fasted request router. lightweight web framework
zatxm/yrequest
454 Downloads
PHP's curl simply encapsulates requests and supports requests libraries similar to python to support session context
slick/http
8407 Downloads
Slick/Http is an useful library for Web application foundation. It implements the PSR-7 message interface and has a middleware server, session handling and an HTTP client.
mnavarrocarter/php-fetch
215 Downloads
A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP
encore-labs/guzzle-bundle-header-forward-plugin
23633 Downloads
Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically. Forked to support Symfony 5.4, 6.4 and 7.x
arkbauer/guzzle-bundle-header-forward-plugin
6088 Downloads
Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically. Forked to support Symfony 4
wikimedia/luasandbox
19 Downloads
LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.
ctubio/php-proxy-keyserver
51 Downloads
PHP proxy and extensible web interface forwarding standard HKP requests to a local or remote SKS OpenPGP Keyserver.
kepson/wave-client
74 Downloads
Laravel client that automates the Wave Business web dashboard by replaying its internal HTTP requests (session + OTP based).
zappzarapp/devtoolbar
1250 Downloads
In-app developer toolbar for PHP applications: timeline, query analyzer, HTTP/cache collectors, exception tracking, request history. Ships the JS UI as a bundled asset (symfony/web-profiler-bundle pattern).
ici-be/ici-tools
5293 Downloads
Spatial PHP tools. The WfsLayer class helps create requests on a WFS layer using a PHP object. Web Feature Service (WFS) is a standard of the Open Geospatial Consortium.
ahrmerd/laravel-test-generator
527 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
adrii/curl-helper
18703 Downloads
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.