Skip to content

linkorb/boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BOOST

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!

About

Boost: PHP Utils for ninjas, warlocks and code-monkeys

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages