https://bugzilla.redhat.com/show_bug.cgi?id=1625546
Bug ID: 1625546
Summary: Review Request: php-netresearch-jsonmapper - Map
nested JSON structures onto PHP classes
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL:
https://git.remirepo.net/cgit/rpms/php/netresearch/php-netresearch-jsonmapper.git/plain/php-netresearch-jsonmapper.spec?id=ab9b50e4d94533dfd041899f30a79cc4668f4a0b
SRPM URL:
http://rpms.remirepo.net/SRPMS/php-netresearch-jsonmapper-1.4.0-1.fedora.src.rpm
Description:
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
Fedora Account System Username: remi
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]