PHPackages                             srhmster/php-dbus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. srhmster/php-dbus

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

srhmster/php-dbus
=================

PHP library for interact with DBus

3.0.1(2y ago)139MITPHPPHP &gt;=8.1

Since Oct 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/srhmster/php-dbus)[ Packagist](https://packagist.org/packages/srhmster/php-dbus)[ Docs](https://github.com/srhmster/php-dbus)[ RSS](/packages/srhmster-php-dbus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

php-dbus
========

[](#php-dbus)

PHP library for interact with DBus. By default, the console utility [busctl](https://www.freedesktop.org/software/systemd/man/busctl.html) is used.

Basic usage
===========

[](#basic-usage)

### Composer

[](#composer)

This library is designed for use with the `composer` PHP dependency manager. Simply add the `srhmster/php-dbus` package to get started:

```
composer require srhmster/php-dbus

```

### Manually

[](#manually)

If you don't have composer available, then simply download the code

```
git clone https://github.com/srhmster/php-dbus vendor/srhmster/php-dbus

```

and include `autoload.php`

```
