Extension for interaction with DBUS busses
This extension allows you to talk to DBUS services on a system, and also act as a DBUS service.
- PHP development libraries (e.g. apt-get install php-dev)
- DBUS-1 library (e.g. apt-get install libdbus-1-dev)
Standard extension build...
`
phpize
./configure
make && make install
`
[PHP License](https://secure.php.net/license/).