An open API service indexing awesome lists of open source software.

https://github.com/linkorb/boost

Boost: PHP Utils for ninjas, warlocks and code-monkeys
https://github.com/linkorb/boost

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

          

BOOST
=====

Docs pending

## Populator

Populate an object from an array:

```php
$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](LICENSE.md))

## Brought to you by the LinkORB Engineering team



Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).

Btw, we're hiring!