Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddrv/php-server-request-wizard

Hepler for creating PSR-7 ServerRequest from global vars
https://github.com/ddrv/php-server-request-wizard

library php psr-17 psr-7

Last synced: about 2 months ago
JSON representation

Hepler for creating PSR-7 ServerRequest from global vars

Awesome Lists containing this project

README

        

# ddrv/server-request-wizard

# Install

```text
composer require ddrv/server-request-wizard:^1.0
```

# Usage

```php
create($_GET, $_POST, $_SERVER, $_COOKIE, $_FILES);
```