PHPackages                             pulsarwebsocketclient/pulsarclient - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pulsarwebsocketclient/pulsarclient

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pulsarwebsocketclient/pulsarclient
==================================

This is for pulsar websocket client

1.1.0(4y ago)2141MITPHPPHP &gt;=7.2

Since Nov 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dongzhouzhoudz/phppulsarclient)[ Packagist](https://packagist.org/packages/pulsarwebsocketclient/pulsarclient)[ RSS](/packages/pulsarwebsocketclient-pulsarclient/feed)WikiDiscussions main Synced today

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

phppulsarclient
===============

[](#phppulsarclient)

PHP Pulsar Client WebSocket

This Client Is For Php Queue Service
------------------------------------

[](#this-client-is-for-php-queue-service)

### Now Just Contain pulsar and redis client

[](#now-just-contain-pulsar-and-redis-client)

#### How To Use Pulsar Queue Service

[](#how-to-use-pulsar-queue-service)

```
 use ZZQueueService\QueueService;

 $queueService = QueueService::getPulsarQueue([
             "url" => "111.111.0.60:8080",
             "tenant"=>"socket",
             "namespace"=>"socket_namespace",
             "topic"=>"socket_topic"
         ]);

 $array = ["a"=>"b","c"=>"d"];
 for ($i=0;$iproduceMessage($array);
         sleep(2);
   }
```

#### How To Use Redis Queue Service

[](#how-to-use-redis-queue-service)

```
       $queueService = QueueService::getRedisQueue(["params"=>'tcp://192.168.33.30:6379',"qname"=>"test_redis_queue"]);
        $queueService->produceMessage("show me code");

        $queueService->consumerMessage(function($msg){
            print_r($msg);
        });
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1634d ago

### Community

Maintainers

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

---

Top Contributors

[![dongzhouzhoudz](https://avatars.githubusercontent.com/u/27944830?v=4)](https://github.com/dongzhouzhoudz "dongzhouzhoudz (1 commits)")

### Embed Badge

![Health badge](/badges/pulsarwebsocketclient-pulsarclient/health.svg)

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

###  Alternatives

[yiicod/yii2-socketio

The simple and powerful socketio for the Yii2 framework

4619.7k](/packages/yiicod-yii2-socketio)[takielias/codeigniter-websocket

CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet\_client

609.1k](/packages/takielias-codeigniter-websocket)[romainrg/ratchet_client

CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology

396.6k](/packages/romainrg-ratchet-client)[soleon/sc-php

SocketCluster - PHP library for interacting with the SocketCluster.io

1531.8k](/packages/soleon-sc-php)[sfcod/socketio

SocketIo adapter for Symfony

252.7k](/packages/sfcod-socketio)

PHPackages © 2026

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