Download the PHP package flying-narwhal/json-request-bundle without Composer
On this page you can find all versions of the php package flying-narwhal/json-request-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flying-narwhal/json-request-bundle
More information about flying-narwhal/json-request-bundle
Files in flying-narwhal/json-request-bundle
Download flying-narwhal/json-request-bundle
More information about flying-narwhal/json-request-bundle
Files in flying-narwhal/json-request-bundle
Vendor flying-narwhal
Package json-request-bundle
Short Description Symfony JsonRequest Bundle
License MIT
Package json-request-bundle
Short Description Symfony JsonRequest Bundle
License MIT
Please rate this library. Is it a good library?
Informations about the package json-request-bundle
JsonRequest Bundle
This package was recovered from local copy. It is not planned to maintain it.
Installation
- Require the bundle with composer:
From original readme:
SymfonyBundles JsonRequest Bundle
What is JsonRequest Bundle?
This bundle will help you to work with json requests as standard requests without using «crutches».
If previously for fetching of data from the request you did like this:
$data = json_decode($request->getContent())
,
it is now in this already there is no need to.
For example when sending json-request from AngularJS, Vue.js or etc. Early:
Now you can work with json-request as with standard request:
All versions of json-request-bundle with dependencies
PHP Build Version
Package Version
The package flying-narwhal/json-request-bundle contains the following files
Collapse All