PHPackages                             pubq/pubq-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pubq/pubq-php

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

pubq/pubq-php
=============

PUBQ PHP SDK

1.0.1(2y ago)18MITPHPPHP &gt;=5.4

Since Jan 13Pushed 2y ago1 watchersCompare

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

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

PUBQ PHP SDK
============

[](#pubq-php-sdk)

[PUBQ](https://pubq.io) is a pub/sub channels cloud and this is the official PHP client library including only REST interface.

To meet PUBQ and see more info and examples, please read the [documentation](https://pubq.io/docs).

Getting Started
===============

[](#getting-started)

Follow these steps to just start building with PUBQ in PHP or see the [Quickstart guide](https://pubq.io/docs/getting-started/quickstart) which covers more programming languages.

Install with package manager
----------------------------

[](#install-with-package-manager)

The PHP SDK is available as composer package on Packagist:

```
$ composer require pubq/pubq-php
```

Or manually add to `composer.json`:

```
"require": {
    "pubq/pubq-php": "^1.0.1"
}
```

Then run:

```
$ composer update
```

Interacting with PUBQ
---------------------

[](#interacting-with-pubq)

Get your application API key from [PUBQ dashboard](https://dashboard.pubq.io) by [creating a new app](https://dashboard.pubq.io/applications/create) or use existing one.

Construct REST interface of PUBQ PHP SDK:

```
