PHPackages                             relaybell/relaybell-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. relaybell/relaybell-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

relaybell/relaybell-php
=======================

Official PHP server-side SDK for RelayBell web push notifications, event tracking, and analytics.

v1.0.0(1mo ago)00MITPHPPHP &gt;=7.4

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/kb6472-oss/relaybell)[ Packagist](https://packagist.org/packages/relaybell/relaybell-php)[ Docs](https://relaybell.com)[ RSS](/packages/relaybell-relaybell-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

RelayBell PHP SDK
=================

[](#relaybell-php-sdk)

Official server-side PHP SDK for [RelayBell](https://relaybell.com) — send web push notifications, track behavioural events, record conversions, and read analytics from your backend.

- **PHP 7.4+**, framework-free.
- Dependency-light: only `ext-curl` and `ext-json` (both bundled with typical PHP builds).
- PSR-4 autoloaded under the `Relaybell\` namespace.

> This is the **server-side** SDK. To collect subscribers in the browser, use the [browser SDK](#browser-sdk) instead — it runs on your storefront, not your server.

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

[](#installation)

```
composer require relaybell/relaybell-php
```

Not published to Packagist yet? Point Composer at the directory:

```
{
    "repositories": [
        { "type": "path", "url": "sdks/php" }
    ],
    "require": {
        "relaybell/relaybell-php": "*"
    }
}
```

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

[](#quick-start)

```
