2017 © Pedro Peláez
 

library php-dbus

DBUS bindings for PHP language

image

nephre/php-dbus

DBUS bindings for PHP language

  • Wednesday, August 13, 2014
  • by nephre
  • Repository
  • 1 Watchers
  • 1 Stars
  • 107 Installations
  • C
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

PHP-DBus bindings

The author of this extension is Derick Rethans., (*1)

I've just created this unofficial repository, moving it from PECL to github, because I've stubmled into some problems installing it as a PEAR and SVN type composer dependency., (*2)

This is version 0.1.1, as package.xml from PEAR states., (*3)

Installation

Below installation instructions are usable only, if you're installing it as a pure PHP extension., (*4)

phpize
configure
make
sudo make install

TODO

  • If this package name is added as require or require-dev section in composer.json, it will be downloaded and placed in vendor-dir. I need to prepare install scripts.

Notes

My other project contains some stub class for code completion (if you use PhpStorm, NetBeans, or whatever supports @method annotation)., (*5)

Please have in mind, that it's in rather slow development, and I'm not familiar with C language enough to debug extension and write all the docs at once., (*6)

The Versions

13/08 2014

dev-master

9999999-dev http://pecl.php.net/rest/r/dbus/

DBUS bindings for PHP language

  Sources   Download

PHP-3.01

The Requires

  • php >=5.4
  • lib-libxml *
  • ext-xml *

 

by Daniel Jeznach

extension php module dbus derick rethans