PHPackages                             wireblob/wire - 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. wireblob/wire

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

wireblob/wire
=============

Library for interacting with the Wireblob Socket API, providing real-time messaging and event handling capabilities.

1.0.1(2w ago)02↓100%MITPHPPHP ^7.3|^8.0

Since May 24Pushed 2w agoCompare

[ Source](https://github.com/ibnsultan/wire-php)[ Packagist](https://packagist.org/packages/wireblob/wire)[ RSS](/packages/wireblob-wire/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Wireblob PHP SDK
================

[](#wireblob-php-sdk)

Server-side PHP SDK for [Wireblob](https://wireblob.com), a realtime platform for publishing events, authorizing private and presence channels, inspecting channel state, and validating webhooks.

This package is heavily aligned with the Pusher PHP server SDK and is intended to be Wireblob-friendly out of the box. If you are migrating from a Pusher-style integration, the API surface should feel familiar.

Features
--------

[](#features)

- Publish events to one or many channels
- Trigger batch events
- Authorize private, presence, and encrypted channels
- Fetch channel and presence information
- Validate and parse webhook payloads
- Keep compatibility with existing Pusher-style server integrations

Requirements
------------

[](#requirements)

- PHP `^7.3|^8.0`
- `ext-curl`
- `ext-json`

Installation
------------

[](#installation)

```
composer require wireblob/wire
```

Quick start
-----------

[](#quick-start)

```
