Registry / networking / aura-web

aura-web

JSON →
library2.2.1phppackagistunverified

Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.

composer require aura/web
INSTALL
IMPORT
SIG · AURA-WEB
A
aura-web
networkingphpv2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Request
use Aura\Web\Request;

Create a web request object and access the HTTP method.

use Aura\Web\Request; $request = new Request(); $method = $request->method;
Debug
Known issues
gotchaThese are representations of the PHP web environment, not HTTP request and response objects proper.
fix
Use PSR-7 compatible libraries for standard HTTP message handling.
affects: >=2.0.0
Upgrade
Version history
2.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
2
Amazon
1
Resources
aura-web — pip install aura-web · libregistry