PHPackages                             gouyuwang/imessage-php - 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. gouyuwang/imessage-php

ActiveLibrary

gouyuwang/imessage-php
======================

IMessage library

v1.0(2y ago)09MITPHPPHP &gt;=7.0.0

Since Jul 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gouyuwang/imessage-php)[ Packagist](https://packagist.org/packages/gouyuwang/imessage-php)[ RSS](/packages/gouyuwang-imessage-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

IMessage master client
======================

[](#imessage-master-client)

Require
-------

[](#require)

[IMessage-Server](https://github.com/gouyuwang/imessage-server)

Install
-------

[](#install)

```
composer require gouyuwang/imessage-php
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --provider="Gouyuwang\IMessage\ServiceProvider" --tag=imessage
```

```
return [
    'host'        => env('IMESSAGE_NODE_HOST', 'http://127.0.0.1:3003'), // IMessage-Server host
    'master'      => env('IMESSAGE_MASTER_CHANNEL', 'master'), // channel
    'credentials' => [ // auth
        'key' => env('IMESSAGE_MASTER_KEY', 'masterkey'),
        '_id' => env('IMESSAGE_CLIENT_ID', 'somerandomid'),
    ],
];
```

Use
---

[](#use)

`Broadcast`： IMessage::broadcast('channel','payload')

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1046d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a69f365eea07a1fbec130f29cea0ab0dd30755c52045ab0d5df859eae5484d2?d=identicon)[gouyuwang](/maintainers/gouyuwang)

---

Top Contributors

[![gouyuwang](https://avatars.githubusercontent.com/u/18042663?v=4)](https://github.com/gouyuwang "gouyuwang (5 commits)")

### Embed Badge

![Health badge](/badges/gouyuwang-imessage-php/health.svg)

```
[![Health](https://phpackages.com/badges/gouyuwang-imessage-php/health.svg)](https://phpackages.com/packages/gouyuwang-imessage-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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