How to Install and Uninstall php-netresearch-jsonmapper.noarch Package on Fedora 38
Last updated: November 25,2024
1. Install "php-netresearch-jsonmapper.noarch" package
Please follow the guidelines below to install php-netresearch-jsonmapper.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
php-netresearch-jsonmapper.noarch
Copied
2. Uninstall "php-netresearch-jsonmapper.noarch" package
This is a short guide on how to uninstall php-netresearch-jsonmapper.noarch on Fedora 38:
$
sudo dnf remove
php-netresearch-jsonmapper.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-netresearch-jsonmapper.noarch package on Fedora 38
Last metadata expiration check: 0:45:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-netresearch-jsonmapper
Version : 4.4.1
Release : 1.fc38.remi
Architecture : noarch
Size : 26 k
Source : php-netresearch-jsonmapper-4.4.1-1.fc38.remi.src.rpm
Repository : remi
Summary : Map nested JSON structures onto PHP classes
URL : https://github.com/cweiske/jsonmapper
License : OSL-3.0
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
Available Packages
Name : php-netresearch-jsonmapper
Version : 4.4.1
Release : 1.fc38.remi
Architecture : noarch
Size : 26 k
Source : php-netresearch-jsonmapper-4.4.1-1.fc38.remi.src.rpm
Repository : remi
Summary : Map nested JSON structures onto PHP classes
URL : https://github.com/cweiske/jsonmapper
License : OSL-3.0
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