Fedora Packages

php-netresearch-jsonmapper

Map nested JSON structures onto PHP classes

Takes data retrieved from a JSON web service and converts them into nested object and arrays - using your own model classes. Starting from a base object, it maps JSON data on class properties, converting them into the correct simple types or objects. It's a bit like the native SOAP parameter mapping PHP's SoapClient gives you, but for JSON. It does not rely on any schema, only your PHP class definitions. Type detection works by parsing @var docblock annotations of class properties, as well as type hints in setter methods. You do not have to modify your model classes by adding JSON specific code; it works automatically by parsing already-existing docblocks. Autoloader: /usr/share/php/netresearch/jsonmapper/autoload.php

Releases Overview

Release Stable Testing
Fedora Rawhide 4.4.1-1.fc40 -
Fedora 40 4.4.1-1.fc40 -
Fedora 39 4.4.1-1.fc39 -
Fedora 38 4.2.0-1.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at php-netresearch-jsonmapper dash maintainers at fedoraproject dot org.



Sources on Pagure