linkorb / boost
PHP Utils for ninjas, warlocks and code-monkeys
v1.4.0
2018-02-23 09:33 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Docs pending
Populator
Populate an object from an array:
$populator = new \Boost\Populator(); $obj = new Person(); $populator->populate($obj, ['firstname' => 'joe']); print_r($obj);
Serializer
Please refer to examples/ for examples.
Accessors
Please refer to examples/ for examples.
License
MIT (see LICENSE.md)
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!