PHPackages                             gudaojuanma/airfone - 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. gudaojuanma/airfone

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

gudaojuanma/airfone
===================

airfone php sdk

v1.0.1(7y ago)017MITPHP

Since Mar 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gudaojuanma/airfone-php)[ Packagist](https://packagist.org/packages/gudaojuanma/airfone)[ RSS](/packages/gudaojuanma-airfone/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Airfone SDK
===========

[](#airfone-sdk)

```
use Airfone\Airfone;

$identify = '1234567890123456';

$secret = '12345678901234567890123456789012';

$ws = 'ws://airfone.online';

$host = 'airfone.online';

$port = 9331;

$airfone = new Airfone($identify, $secret, $ws, $host, $port);

$message = [
    'type' => 'server:monitor:tick',
    'cpu' => 1500,
    'cpus' => [1000, 1200, 1800, 2000]
];

$airfone->publish('channel', $message);

$airfone->broadcast($message);
```

installation
------------

[](#installation)

```
$ composer require gudaojuanma/airfone-php
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~339 days

Total

2

Last Release

2684d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2148708?v=4)[古道倦马](/maintainers/gudaojuanma)[@gudaojuanma](https://github.com/gudaojuanma)

---

Top Contributors

[![gudaojuanma](https://avatars.githubusercontent.com/u/2148708?v=4)](https://github.com/gudaojuanma "gudaojuanma (3 commits)")

### Embed Badge

![Health badge](/badges/gudaojuanma-airfone/health.svg)

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

###  Alternatives

[nullthoughts/laravel-data-sync

Laravel utility to keep records synced between environments through source control

331.5k](/packages/nullthoughts-laravel-data-sync)

PHPackages © 2026

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