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
- Host: GitHub
- URL: https://github.com/linkorb/boost
- Owner: linkorb
- License: mit
- Created: 2016-11-05T21:06:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T09:34:12.000Z (over 8 years ago)
- Last Synced: 2025-10-19T23:55:13.264Z (8 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!