moar/selector

Select a target value from an object, object graph or array.

dev-master 2013-04-21 04:42 UTC

This package is auto-updated.

Last update: 2024-03-29 02:25:59 UTC


README

Select a target value from an object, object graph or array.

Part of the Moar PHP Library.

Build Status

Installation

Moar-Selector is available on Packagist (moar/selector) and is installable via Composer.

{
  "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.

$ git clone https://github.com/bd808/moar-selector.git

Run the tests

Tests are automatically performed by Travis CI: Build Status

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit