Docs pending
Populate an object from an array:
$populator = new \Boost\Populator();
$obj = new Person();
$populator->populate($obj, ['firstname' => 'joe']);
print_r($obj);
Please refer to examples/
for examples.
Please refer to examples/
for examples.
MIT (see LICENSE.md)
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!