cerebralfart/hydrate

Load JSON in PHP classes

0.0.3 2024-02-04 16:28 UTC

This package is auto-updated.

Last update: 2024-10-04 17:47:19 UTC


README

Load data into classes

Getting started

Getting started is easy, just install the package and start hydrating data:

composer require cerebralfart/hydrate
$data = [...];
$structure = Hydrate::load($data, Model::class);

Roadmap

0.1.0

  • Load nested objects
  • Load array properties