A directory scanner¶
English | 日本語
Stagehand_DirectoryScanner provides a framework to process anything for files and directories under the specified directory.
Features¶
- Scans the specified directory.
- Invokes the specified callback for each file or directory.
- Specifies include/exclude patterns.
Requirements¶
- PHP 5.0.0 or greater
- PEAR 1.4.3 or greater
- Stagehand_AccessControl 0.1.0 or greater
- Stagehand_Autoload 0.3.0 or greater
- Stagehand_LegacyError 0.3.0 or greater
Installation¶
| Package | Version | Stability | Release Date | License | |
|---|---|---|---|---|---|
| Stagehand_DirectoryScanner | 1.1.0 | stable | 2010-09-11 | New BSD License | Release Notes |
Stagehand_DirectoryScanner can be installed directly using our PEAR channel pear.piece-framework.com. The following is a basic installation:
pear channel-discover pear.piece-framework.com pear install piece/stagehand_directoryscanner
Documentation¶
Source¶
Browse Source Code¶
Git Access¶
git clone git://github.com/piece/stagehand-directoryscanner.git