Wed, 29 May 2024 02:30:33 UTC | login

Information for build php-netresearch-jsonmapper-1.5.1-2.fc31

ID114556
Package Namephp-netresearch-jsonmapper
Version1.5.1
Release2.fc31
Epoch
SummaryMap nested JSON structures onto PHP classes
DescriptionTakes 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
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 18:43:04 UTC
CompletedWed, 31 Jul 2019 18:43:04 UTC
Tags
f31
RPMs
src
php-netresearch-jsonmapper-1.5.1-2.fc31.src.rpm (info) (download)
noarch
php-netresearch-jsonmapper-1.5.1-2.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 09 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1 - update to 1.5.1 * Mon Jul 08 2019 Remi Collet <remi@remirepo.net> - 1.5.0-1 - update to 1.5.0 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 1.4.0-1 - Update to 1.4.0 - use phpunit6 on F26+ - sources from git snapshot * Sat Oct 21 2017 Remi Collet <remi@remirepo.net> - 1.3.0-1 - initial package, version 1.3.0