PHPackages                             meallia/audio-file-indexer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. meallia/audio-file-indexer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

meallia/audio-file-indexer
==========================

Audio File indexing tool

012PHP

Since Jul 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Meallia/audio-file-indexer)[ Packagist](https://packagist.org/packages/meallia/audio-file-indexer)[ RSS](/packages/meallia-audio-file-indexer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AudioFileIndexer
================

[](#audiofileindexer)

example :
---------

[](#example-)

```
$musicDir = new Directory('/path/to/directory');

$scanner = new Scanner();

$scanner->addDirectory($musicDir);

$scanner->setAcceptedTypes(['flac', 'mp3']);

$scanner->scan();

$artists = $scanner->getArtists();

ksort($artists);

foreach($artists as $artist){
    echo sprintf("%s\n", $artist->getName());
    foreach($artist->getAlbums() as $album) {
        echo sprintf("\t%s\n", $album->getName());
        foreach($album->getDiscs() as $disc) {
            echo sprintf("\t\t%s\n", $disc->getName());
            foreach($disc->getTracks() as $track) {
                echo sprintf("\t\t\t%s\n", $track->getName());
            }
        }
        foreach($album->getTracks() as $track) {
            echo sprintf("\t\t%s\n", $track->getName());
        }
    }
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/490f7a1a0d6730b7db9b4fbbc5cfe0713259aeb66f459b674b681ca3bddaeedb?d=identicon)[Meallia](/maintainers/Meallia)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/meallia-audio-file-indexer/health.svg)

```
[![Health](https://phpackages.com/badges/meallia-audio-file-indexer/health.svg)](https://phpackages.com/packages/meallia-audio-file-indexer)
```

###  Alternatives

[justbetter/magento2-akeneo-bundle

Magento2 bundle for extending the Akeneo connector with awesome features.

2927.7k](/packages/justbetter-magento2-akeneo-bundle)[awcodes/matinee

OEmbed field for Filament Panel and Form Builders.

216.1k1](/packages/awcodes-matinee)

PHPackages © 2026

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