PHPackages                             upsub/client - 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. upsub/client

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

upsub/client
============

php client for UpSub. A High performance Pub/Sub messaging server for the Web &amp; Cloud.

v0.2.0(8y ago)05MITPHPPHP &gt;=5.6.4

Since Jan 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/upsub/client-php)[ Packagist](https://packagist.org/packages/upsub/client)[ Docs](http://uptime.dk)[ RSS](/packages/upsub-client/feed)WikiDiscussions master Synced yesterday

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

php client
==========

[](#php-client)

[![Latest Stable Version](https://camo.githubusercontent.com/8a280a6ba62324c73a722ad7320e7a1505878d8198e5d3bc58d326a67f62bf20/68747470733a2f2f706f7365722e707567782e6f72672f75707375622f636c69656e742f76657273696f6e)](https://packagist.org/packages/upsub/client)[![Build Status](https://camo.githubusercontent.com/fb8334308396fff9f17eb04007e04ff4335b2b517d0c743d5d7c5e0e4f198d55/68747470733a2f2f7472617669732d63692e6f72672f75707375622f636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/upsub/client-php)

This is the php client for UpSub, its communicating to the [Dispatcher](https://github.com/upsub/dispatcher) via the http protocol. This client is write only and can therefore not listen for message from the Dispatcher.

> Only clients with subscription support can listen for message, see the [JavaScript client](https://github.com/upsub/client-js).

Install
-------

[](#install)

The client is published to packagist and can be installed with [`composer`](https://getcomposer.org/).

```
composer require upsub/client
```

Usage
-----

[](#usage)

```
