dev-master
9999999-devA module for slim, JSON middleware for encoding based on Content-Type
MIT
The Requires
- php >5.6
- willdurand/negotiation ^2.0@dev
The Development Requires
json slim
A module for slim, JSON middleware for encoding based on Content-Type
JSON middleware that enforces a json response wherever possible. Based on Accept header, (*2)
composer require slimphp-api/slim-json
, (*3)
Add middleware in the usual way. For slim:, (*4)
use Slim\App; $app = new App(); $app->add(new SlimApi\Json\Json); $app->run();
A module for slim, JSON middleware for encoding based on Content-Type
MIT
json slim