PHPackages                             flatgreen/waux - 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. [Image &amp; Media](/categories/media)
4. /
5. flatgreen/waux

ActiveLibrary[Image &amp; Media](/categories/media)

flatgreen/waux
==============

Try to extract media (audio) information from the web

v1.4.2(1mo ago)020MITPHPPHP &gt;=8.1

Since Feb 19Pushed 1w ago1 watchersCompare

[ Source](https://github.com/flatgreen/waux)[ Packagist](https://packagist.org/packages/flatgreen/waux)[ RSS](/packages/flatgreen-waux/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (14)Versions (11)Used By (0)

Waux - Web AUdio eXtractor
==========================

[](#waux---web-audio-extractor)

Try to extract media (audio) information from the web !

Prerequisites
-------------

[](#prerequisites)

- php &gt;= 8.1

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

[](#installation)

- Use the package manager [composer](https://getcomposer.org/) to install Waux.

```
composer require flatgreen/waux
```

- Optional: Create a 'cache' directory (with read|write permissions), by default the cache directory is inside the system temporary directory.

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';
use Flatgreen\Waux\Waux;

const CACHE_DURATION = 345600;
const CACHE_DIRECTORY = 'cache';

$cache_options = ['cache_directory' => CACHE_DIRECTORY, 'cache_duration' => CACHE_DURATION];
$http_options = ['header' => 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/124.0'];

$waux = new Waux($cache_options, $http_options);

$url = '...';
var_dump($waux->getExtractorClass($url));
var_dump($waux->extract($url)->getAll());
```

### Extractors

[](#extractors)

For the moment, just some [web extractors](/src/Extractor/).

Changelog
---------

[](#changelog)

[changelog](/CHANGELOG.md)

License
-------

[](#license)

Waux is licensed under the MIT License (MIT). Please see the [license file](/LICENSE) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~52 days

Recently: every ~108 days

Total

10

Last Release

31d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15235232?v=4)[flatgreen](/maintainers/flatgreen)[@flatgreen](https://github.com/flatgreen)

---

Top Contributors

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

---

Tags

audioscraping

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/flatgreen-waux/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)

PHPackages © 2026

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