PHPackages                             askuri/muxconvert - 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. askuri/muxconvert

ActiveLibrary

askuri/muxconvert
=================

Convert Nadeo's .mux to .ogg files

v0.1.0(5y ago)110[1 issues](https://github.com/askuri/muxconvert-php/issues)[1 PRs](https://github.com/askuri/muxconvert-php/pulls)MITPHPPHP &gt;=7.3.0CI failing

Since Jul 12Pushed 4y agoCompare

[ Source](https://github.com/askuri/muxconvert-php)[ Packagist](https://packagist.org/packages/askuri/muxconvert)[ Docs](https://github.com/askuri/muxconvert-php)[ RSS](/packages/askuri-muxconvert/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

MuxConvert
==========

[](#muxconvert)

This library can be used to convert .mux to .ogg files and the other way around.

.mux files are encrypted .ogg files used by some games made by French studio Nadeo. More details about the .mux format can be found [here](https://wiki.xaseco.org/wiki/MUX).

Install
-------

[](#install)

Via Composer

```
$ composer require askuri/muxconvert
```

Usage
-----

[](#usage)

Simple initialize the library with the contents of either file type and call the corresponding conversion function.

```
$muxconvert = new \askuri\MuxConvert\MuxConvert($muxFileContents);
$ogg = $muxconvert->mux2ogg();

$muxconvert = new \askuri\MuxConvert\MuxConvert($oggFileContents);
$mux = $muxconvert->ogg2mux();
```

Change log
----------

[](#change-log)

### 0.1.0 (2020-07-12)

[](#010-2020-07-12)

- Initial release

Testing
-------

[](#testing)

```
$ vendor/bin/phpunit
```

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ded359a86ed424875fed98c17998f1dbe79d8311ba9d8f585f2ed6c6369927e5?d=identicon)[askuri](/maintainers/askuri)

---

Top Contributors

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

---

Tags

convertmuxoggManiaPlanetShootManiaTrackManiaNadeo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/askuri-muxconvert/health.svg)

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

###  Alternatives

[league/csv

CSV data manipulation made easy in PHP

3.5k166.1M646](/packages/league-csv)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[spatie/array-to-xml

Convert an array to xml

1.2k57.8M225](/packages/spatie-array-to-xml)[spatie/pdf-to-image

Convert a pdf to an image

1.4k15.2M64](/packages/spatie-pdf-to-image)[h4cc/wkhtmltopdf-amd64

Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.

48724.6M38](/packages/h4cc-wkhtmltopdf-amd64)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)

PHPackages © 2026

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