Skip to content

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

License

Notifications You must be signed in to change notification settings

lubo-svk/pecl-dbus

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.0%
  • C++ 7.4%
  • M4 1.6%