PHPackages                             generationtux/radioland - 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. generationtux/radioland

ActiveLibrary

generationtux/radioland
=======================

Pubsub library for PHP

23.6kPHP

Since May 11Pushed 4y ago18 watchersCompare

[ Source](https://github.com/generationtux/radioland-php)[ Packagist](https://packagist.org/packages/generationtux/radioland)[ RSS](/packages/generationtux-radioland/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Radioland PHP
=============

[](#radioland-php)

[![Build Test Status](https://github.com/generationtux/radioland-php/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/generationtux/radioland-php/actions/workflows/test.yml/badge.svg?event=push)

`@todo Document subscription handling.`

Pubsub utility with support for SNS and custom backend providers.

- [Quick start](#quick-start)
- [Providers](#providers)
- - [SNS](#sns)
- [Laravel](#laravel)
- [Custom providers](#custom-providers)

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

[](#quick-start)

Install using [Composer](https://getcomposer.org/)

```
$ composer require generationtux/radioland

```

Initialize the client with the backend provider and publish a message (see [SNS](#sns) for config example)

```
