Libraries tagged by traverse
tigra-image-library/ascii-art
4 Downloads
This class can generate a text that looks like a given image. It traverses the pixels of a given image and converts the color values of each region to a character text, so when you look at the sequence of converted characters it looks like the original image. The result text can optionally be outputted formatted as HTML and be displayed in color.
pharborist/pharborist
7 Downloads
Pharborist builds a syntax tree for PHP that can be traversed and manipulated.
neunerlei/arrays
2988 Downloads
A package that provides a multitude of tools to traverse, sort and modify arrays in your daily routine
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
khalyomede/array-get
61 Downloads
Function to traverse an array using dot and star syntax.
danbettles/disq
7 Downloads
Disq's fluent interface makes it easier to traverse and manipulate the filesystem.
league/csv
128834632 Downloads
CSV data manipulation made easy in PHP
igorw/get-in
11509611 Downloads
Functions for hash map (assoc array) traversal.
php-jsonpointer/php-jsonpointer
11361463 Downloads
Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)
cakephp/collection
9275275 Downloads
Work easily with arrays and iterators by having a battery of utility traversal methods
rct567/dom-query
236734 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
samsonasik/array-lookup
46387 Downloads
A fast lookup library that help you verify and search array and Traversable data
markrogoyski/itertools-php
4700 Downloads
Iteration tools for PHP
fg/parkour
387429 Downloads
A collection of utilities to manipulate arrays.