pecl-dbus icon indicating copy to clipboard operation
pecl-dbus copied to clipboard

This extension allows you to talk to DBUS services on a system, and also act as a DBUS service.

PECL DBUS

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.

Pre-requisites

  • PHP development libraries (e.g. apt-get install php-dev)
  • DBUS-1 library (e.g. apt-get install libdbus-1-dev)

Building

Standard extension build...

phpize
./configure
make && make install

License

PHP License.