linkorb/boost

PHP Utils for ninjas, warlocks and code-monkeys

Maintainers

Details

github.com/linkorb/boost

Source

Issues

Installs: 3 342

Dependents: 8

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/linkorb/boost

v1.4.0 2018-02-23 09:33 UTC

This package is auto-updated.

Last update: 2025-09-29 02:42:02 UTC


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!