PHP Classes
elePHPant
Icontem

PHP Sort Directory Iterator: Interface to sort and filter directory entries

Recommend this page to a friend!
  Info   View files Example   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2018-12-23 (23 days ago) RSS 2.0 feedNot enough user ratingsTotal: 73 This week: 3All time: 9,274 This week: 136Up
Version License PHP version Categories
directorywalker 1.0.0BSD License5PHP 5, Files and Folders, Language
Description Author

This package provides an interface to sort and filter directory entries.

It implements the recursive iterator interface to traverse directories recursively and sort the directory entries.

The interface takes a callback function that can filter files and directories according to custom rules.

  Performance   Level  
Name: David Tamas <contact>
Classes: 4 packages by
Country: Hungary Hungary
Innovation award
Innovation award
Nominee: 1x

Details

directoryWalker

Sort RecursiveDirectoryIterator elements level-by-level

Sorts the entries in the current subdirectory (based on custom defined criteria) and stores the entries desired->current position pairs. Because RecursiveDirectoryIterator is seekable this class can seek through the entries in the desired order. Minimal memory and performance overhead

Filtering uses include+exclude rulesets with regexp or bogus glob patterns

This is a simple matcher that can filter elements using include and exclude rulesets. An elemnt is matched if it matches any include rule, as long as it does not match an exclude rule.

Rules are simple regexp patterns or glob like patterns that converts to regexp patterns. This class joins up the include rules into one regexp and the exclude rules into an another regexp to improve the matching performance.

  Files folder image Files  
File Role Description
Files folder imagedirectoryWalker (2 files)
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file test-filtering-sorted.php Example Example script
Accessible without login Plain text file test-selector.php Example Example script
Accessible without login Plain text file test-sorting.php Example Example script

  Files folder image Files  /  directoryWalker  
File Role Description
  Plain text file RecursiveSortingIterator.php Class Class source
  Plain text file selector.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:73
This week:3
All time:9,274
This week:136Up