Moar-Selector
Select a target value from an object, object graph or array., (*1)
Part of the Moar PHP Library., (*2)
, (*3)
Installation
Moar-Selector is available on Packagist (moar/selector) and is installable
via Composer., (*4)
{
"require": {
"moar/selector": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any
PSR-0 compatible autoloader., (*5)
$ git clone https://github.com/bd808/moar-selector.git
Run the tests
Tests are automatically performed by Travis CI:
, (*6)
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit