Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddrv/php-server-request-wizard
- Owner: ddrv
- License: mit
- Created: 2020-10-26T07:10:20.000Z (about 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2021-12-02T14:50:29.000Z (about 3 years ago)
- Last Synced: 2024-08-17T18:33:31.757Z (5 months ago)
- Topics: library, php, psr-17, psr-7
- Language: PHP
- Homepage: https://packagist.org/packages/ddrv/server-request-wizard
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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);
```