PHPackages                             iprods/filesystem-scanner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iprods/filesystem-scanner

ArchivedLibrary

iprods/filesystem-scanner
=========================

A simple file system scanner.

1.0.0(10y ago)018MITPHP

Since Nov 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/iprods/filesystem-scanner)[ Packagist](https://packagist.org/packages/iprods/filesystem-scanner)[ RSS](/packages/iprods-filesystem-scanner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (1)Used By (0)

Iprods Filesystem Scanner
=========================

[](#iprods-filesystem-scanner)

[![Build Status](https://camo.githubusercontent.com/d82f88688f2e61053f4e990d21cccab40d879056dcc7c66bc46e1134d8554732/68747470733a2f2f7472617669732d63692e6f72672f6970726f64732f66696c6573797374656d2d7363616e6e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/iprods/filesystem-scanner)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8748455fc5d9a4dac185a6dae0fa659c3d56260606769a5ad8a82974844102ab/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6970726f64732f66696c6573797374656d2d7363616e6e65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iprods/filesystem-scanner/?branch=master)[![Build Status](https://camo.githubusercontent.com/d100fcc7c34a6b27fb6a5aae9a25355d2f5385324347fad9c8f0eba23dda59e4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6970726f64732f66696c6573797374656d2d7363616e6e65722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iprods/filesystem-scanner/build-status/master)

This small library aims to add some useful helpers for working with file systems.

Installation
------------

[](#installation)

```
composer require iprods/filesystem-scanner

```

Usage
-----

[](#usage)

In order to use the path filtering you need to define what file name pattern to apply. Optionally you can add a filter for blacklisting paths (absolute or relative). It defaults to `Tests`. Another option is to set the supported file extensions. This defaults to `.php` and `.hh`.

```
$scanner = new \Iprods\Filesystem\Scanner\FileScanner('[^\/]+Bundle', ['Tests', 'App']);
$info = $scanner->scan(['/path/to/scan', '/path/to/scan_too]);

```

`$info` will then contain a list of items consisting of:

- full path
- file name
- file extension

License
-------

[](#license)

This software is released under the MIT license (see included license file).

Credits
-------

[](#credits)

Everyone who writes open source code and therefore lets other people use it and learn from it.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3834d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34cd5260f615fdfbfc2a3e1aa8f761b67d7b226a288cd11285b38b36d95ba0fb?d=identicon)[scflode](/maintainers/scflode)

### Embed Badge

![Health badge](/badges/iprods-filesystem-scanner/health.svg)

```
[![Health](https://phpackages.com/badges/iprods-filesystem-scanner/health.svg)](https://phpackages.com/packages/iprods-filesystem-scanner)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
