Registry / serialization / php-extended-php-reifier-interface

php-extended-php-reifier-interface

JSON →
library9.0.5phppackagistunverified

A library that transforms recursive array structures into recursive object structures

composer require php-extended/php-reifier-interface
INSTALL
IMPORT
SIG · PHP-EXTENDED-PHP-R
P
php-extended-php-reifier-interface
serializationphpv9.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ReifierInterface
use PhpExtended\Reifier\ReifierInterface;

Implement the ReifierInterface to convert arrays to objects.

use PhpExtended\Reifier\ReifierInterface; class MyReifier implements ReifierInterface { public function reify(array $data): object { return (object) $data; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.0.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
php-extended-php-reifier-interface — pip install php-extended-php-reifier-interface · libregistry