PHPackages                             carry0987/filelist - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. carry0987/filelist

ActiveLibrary[File &amp; Storage](/categories/file-storage)

carry0987/filelist
==================

FileList is a PHP library for getting files and directories recursively

1.0.3(2y ago)014MITPHPPHP &gt;=8.0

Since Oct 30Pushed 2y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

FileList
========

[](#filelist)

[![Latest Stable Version](https://camo.githubusercontent.com/052b94c6d6ef615f194b57874d13e9b7a4e7b7fefc4a6ddc8544cf7c639f13d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361727279303938372f66696c656c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carry0987/filelist)
FileList is a PHP library for getting files and directories recursively

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

[](#installation)

```
composer require carry0987/filelist
```

Usage
-----

[](#usage)

```
require dirname(__DIR__).'/vendor/autoload.php';

use carry0987\FileList\FileList as FileList;

$filelist = new FileList;

$result = $filelist->sortFile(false)
        ->setPath(dirname(__DIR__).'/test')
        ->setAllowedFileType(FileList::NO_FILTER)
        ->startRDI()
        ->getResult();

echo '';
var_export($result);
echo '';
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~28 days

Total

4

Last Release

847d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.2PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f43bad259478092c4ff269518aa9a0c8e91a537a67272877041b4bc1f25cfe8?d=identicon)[carry0987](/maintainers/carry0987)

---

Top Contributors

[![carry0987](https://avatars.githubusercontent.com/u/12984973?v=4)](https://github.com/carry0987 "carry0987 (6 commits)")

---

Tags

filefilelist

### Embed Badge

![Health badge](/badges/carry0987-filelist/health.svg)

```
[![Health](https://phpackages.com/badges/carry0987-filelist/health.svg)](https://phpackages.com/packages/carry0987-filelist)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

72528.6M91](/packages/knplabs-knp-gaufrette-bundle)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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