glob icon indicating copy to clipboard operation
glob copied to clipboard

Library offering object location from hierarchrical persistent storage systems using globs

Glob finder

Build Status Latest Stable Version Total Downloads

This library provides a way of querying for objects from hierachical data stores.

Currently support is only provided for PHPCR and PHPCR-ODM

$documentManager = // get phpcr-odm document manager

$finder = new PhpcrOdmTraversalFinder($documentManager);
$finder->find('/cmf/articles/*');