PHPackages                             amphp/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. amphp/dbus

ActiveLibrary

amphp/dbus
==========

Async DBus connector and message serializer and deserializer for Amp

3201PHP

Since May 24Pushed 1y ago2 watchersCompare

[ Source](https://github.com/amphp/dbus)[ Packagist](https://packagist.org/packages/amphp/dbus)[ RSS](/packages/amphp-dbus/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

`amphp/dbus` provides a simple dbus message encoder and decoder and allows to send and receive these on a socket.

To get the basic idea of the API, check the examples folder.

The basic usage is: create a `Dbus` instance, instantiate some `Message`, fill its fields and then call `send()` or, if interested in the reply, `sendAndWaitForReply()` on it.

To read generic messages, use the `read()` method on the `Dbus` instance.

Dbus types are converted from and into the adequate native PHP type, except for variants, which are wrapped in a `Variant` object as to retain type information.

Security
--------

[](#security)

If you discover any security related issues, please email [`contact@amphp.org`](mailto:contact@amphp.org) instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1628287?v=4)[Aaron Piotrowski](/maintainers/Trowski)[@trowski](https://github.com/trowski)

![](https://www.gravatar.com/avatar/12852217f3369e8144bc9ce6ac2a2341c28c5512c5b3df5749bfbbd45b6877ff?d=identicon)[kelunik](/maintainers/kelunik)

![](https://www.gravatar.com/avatar/f6db63ad594446f67d79532b75c69439fd0df779cc90868b43c187c02a4221ef?d=identicon)[bwoebi](/maintainers/bwoebi)

---

Top Contributors

[![bwoebi](https://avatars.githubusercontent.com/u/3154871?v=4)](https://github.com/bwoebi "bwoebi (2 commits)")

### Embed Badge

![Health badge](/badges/amphp-dbus/health.svg)

```
[![Health](https://phpackages.com/badges/amphp-dbus/health.svg)](https://phpackages.com/packages/amphp-dbus)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
