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

https://github.com/jeromemacias/stack-json-request

JSON Request Stack middleware
https://github.com/jeromemacias/stack-json-request

Last synced: about 2 months ago
JSON representation

JSON Request Stack middleware

Awesome Lists containing this project

README

        

JSON Request Stack middleware
=============================

JsonRequest stack middleware transform raw JSON request content by request data of decoded JSON.

Installation
------------

```bash
composer require jeromemacias/stack-json-request ~1.0@dev
```

Usage
-----

```php
use Stack;
use Stack\JsonRequest;

$app = ...;

$app = new JsonRequest($app);
```