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. [Utility &amp; Helpers](/categories/utility)
4. /
5. askuri/muxconvert

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

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

Convert Nadeo's .mux to .ogg files

v0.1.0(5y ago)110[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 3w 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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

2182d 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

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7865.8M46](/packages/akaunting-laravel-money)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k550.9k](/packages/iamcal-php-emoji)[gabrielelana/byte-units

Library to parse, format and convert byte units

1752.3M20](/packages/gabrielelana-byte-units)[khill/php-duration

Converts between colon formatted time, human-readable time and seconds

1611.8M21](/packages/khill-php-duration)[misd/linkify

Converts URLs and email addresses in text into HTML links

1163.2M12](/packages/misd-linkify)[ssnepenthe/color-utils

A PHP library for performing SASS-like color manipulations.

631.2M16](/packages/ssnepenthe-color-utils)

PHPackages © 2026

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