linkorb / boost
PHP Utils for ninjas, warlocks and code-monkeys
Installs: 3 226
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
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!