stefansaraev / pecl-dbus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:C 98.5%Language:M4 1.5%