Download the PHP package niko9911/json-to-entity without Composer
On this page you can find all versions of the php package niko9911/json-to-entity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package json-to-entity
JSON to Entity
Map json into entity. This allows you to easily validate payload json and map it automatically into entity class. This class can be for example ORM class, when you can directly save it into the DB.
This is pretty nice, if you're lazy and need just to develop fast, but if you need high performance application, please map json and validate json manually. Comes with performance strike, but saves time.
Install
Via composer:
Usage
License
Licensed under the MIT license.
All versions of json-to-entity with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
symfony/property-info Version ^4.2
phpdocumentor/reflection-docblock Version ^4.3
symfony/property-info Version ^4.2
phpdocumentor/reflection-docblock Version ^4.3
The package niko9911/json-to-entity contains the following files
Loading the files please wait ....