Skip to content

hugoramosandrade/psr7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of http-message PSR-7

Examples

$serverRequest = new ServerRequest('POST', 'http://localhost:8000');

$body = $serverRequest->getParsedBody();
echo $body['name']; // display name field send from request 

Install

composer require hugoandrade/http-message-psr7

Running tests

composer test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages