Libraries tagged by traverser
melting-server/schema-dot-org-tree
10 Downloads
Reads a version of schema.org and builds out a structured tree. Access any entry's direct or inherited properties or traverse the tree using $entity->parent() or $entity->children. Supports multiple schema versions.
maximal1st/get-images
20 Downloads
It's about traverse site pages and load images
jayceedaily/laravel-traversify
111 Downloads
easy traverse eloquent models
danbettles/disq
7 Downloads
Disq's fluent interface makes it easier to traverse and manipulate the filesystem.
alohajaycee/laravel-traversify
70 Downloads
easy traverse eloquent models
league/csv
110435335 Downloads
CSV data manipulation made easy in PHP
igorw/get-in
10856678 Downloads
Functions for hash map (assoc array) traversal.
php-jsonpointer/php-jsonpointer
9800003 Downloads
Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)
cakephp/collection
8583713 Downloads
Work easily with arrays and iterators by having a battery of utility traversal methods
rct567/dom-query
168645 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
fg/parkour
360455 Downloads
A collection of utilities to manipulate arrays.
fab2s/nodalflow
282915 Downloads
A PHP Nodal WorkFlow
sarhan/php-flatten
134655 Downloads
Flattens multidimensional arrays, traversables and vars into one dimensional array.
improved/iterable
140125 Downloads
Functions to interact with arrays, iterators and other traversable objects
ps/fluent-traversable
23318 Downloads
Support for operating on collections and arrays by functional way. Inspired by guava's FluentIterable, java8 Stream framework and scala stuff