pecl/dbus

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 28

Watchers: 5

Forks: 13

Open Issues: 1

Language:C

Type:php-ext

0.4.1 2025-08-18 10:43 UTC

This package is auto-updated.

Last update: 2025-08-18 10:44:20 UTC


README

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](https://secure.php.net/license/).