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 4d 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 49% 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

2639d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f211d38faf8ca7587402b2b0c75d962f8650c8c8abd382e614e2eb505d894d9?d=identicon)[gudaojuanma](/maintainers/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

[maherelgamil/arabicdatetime

Easy and useful tool to generate arabic or hijri date with multi-language support for laravel

414.5k](/packages/maherelgamil-arabicdatetime)

PHPackages © 2026

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