PHPackages                             jmul/dmxphp - 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. jmul/dmxphp

ActiveLibrary

jmul/dmxphp
===========

DMX interface for PHP

0.1(9y ago)015GPL-3.0PHPPHP &gt;=5.6

Since Oct 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DonMul/DMXPHP)[ Packagist](https://packagist.org/packages/jmul/dmxphp)[ RSS](/packages/jmul-dmxphp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

DMX PHP
=======

[](#dmx-php)

[![License](https://camo.githubusercontent.com/593d3efeb74012dc6de7db89d2833a5ec1621c3e236d115ca4c25d0b2410a324/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e63652d47504c76332d627269676874677265656e2e737667)](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3))DMX PHP is writter because i wanted to experiment with DMX and see the capabilities within the language of PHP.

This implementation has not yet been tested since i haven't come round to it. If anyone can test it, please let me know your findings.

Example Usage
-------------

[](#example-usage)

After you installed this component with composer, you can, for example, update a channel to a specific value:

```
$client = new \DMXPHP\Client\USB('COM3');
$universe = DMXPHP\Universe::createFromArray([
    [
        'startChannel' => 0,
        'channels' => 8,
        'name' => ''
    ]
], $client);

$universe->getEntityOnChannel(1)->updateChannel(1, 100);
```

Notes
-----

[](#notes)

For the USB interaction with PHP, i made use of Xowap's PHP-Serial implementation ()

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3495d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04958cb48140d8a989be2892ecfee7b8360748de82b3a1fbf659afd9a2f01af8?d=identicon)[DonMul](/maintainers/DonMul)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jmul-dmxphp/health.svg)

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

PHPackages © 2026

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