Libraries tagged by PHP iterator
jesseschalken/set
22586 Downloads
java.utils.Set for PHP implementing ArrayAccess, Countable and IteratorAggregate with O(1) conversion to/from array keys
jeroenzwart/php-csv-iterator
215 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
fast-forward/iterators
32 Downloads
A robust and optimized library for advanced PHP Iterators.
acadea/dir-iterator
93 Downloads
A simple PHP library to recursively find all files in a directory.
struggle-for-php/sfp-iterator-url
44 Downloads
A streamWrapper for Iterator
kael-shipman/php-std-traits
1097 Downloads
An assortment of traits, exceptions and minor classes that help to implement standard PHP interfaces like ArrayAccess, Iterator, etc., as well as a few other useful features.
codeinc/directory-classes-iterator
26 Downloads
Iterators to list PHP classes within local files
agoradesign/domxpath-iterator
652 Downloads
Iterators on top of PHP DOMXPath class.
spudley/apache-log-iterator
38 Downloads
An Apache log file processor class, in PHP
net_bazzline/php_component_csv
1081 Downloads
free as in freedom php component to easy up usage (reading and writing) of csv files for php 5.6 and above
drkbcn/php-pdo-mssql-class
86 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
awesomite/iterators
16385 Downloads
Simulates yield in PHP < 5.5
kuria/iterable
4607 Downloads
Utilities for dealing with PHP's iterators and the iterable type
imelgrat/opml-parser
433 Downloads
OPML Parser Class: Extract the properties of content from OPML files.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.