2017 © Pedro Peláez
 

library dmxphp

DMX interface for PHP

image

jmul/dmxphp

DMX interface for PHP

  • Tuesday, October 18, 2016
  • by DonMul
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DMX PHP

License DMX PHP is writter because i wanted to experiment with DMX and see the capabilities within the language of PHP., (*1)

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., (*2)

Example Usage

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

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

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

Notes

For the USB interaction with PHP, i made use of Xowap's PHP-Serial implementation (https://github.com/Xowap/PHP-Serial), (*4)

The Versions

18/10 2016

dev-master

9999999-dev

DMX interface for PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=5.6

 

18/10 2016

0.1

0.1.0.0

DMX interface for PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=5.6