PHPackages                             rockstarcode/streamline - 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. [API Development](/categories/api)
4. /
5. rockstarcode/streamline

ActiveLibrary[API Development](/categories/api)

rockstarcode/streamline
=======================

A free, open alternative for realtime applications

1.0(9y ago)722MITPHPPHP \*

Since Sep 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rockstarcode/Streamline)[ Packagist](https://packagist.org/packages/rockstarcode/streamline)[ RSS](/packages/rockstarcode-streamline/feed)WikiDiscussions master Synced 4w ago

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

[![Build Status](https://camo.githubusercontent.com/3049db597f407070a4d051bd23aa3fd7ebae98510d60da642904b72fc222ae67/68747470733a2f2f7472617669732d63692e6f72672f726f636b73746172636f64652f53747265616d6c696e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rockstarcode/Streamline)

RockstarCode StreamLine (previously 82rules/streamline)
=======================================================

[](#rockstarcode-streamline-previously-82rulesstreamline)

A simple alternative to 3rd party push services and realtime libraries.
-----------------------------------------------------------------------

[](#a-simple-alternative-to-3rd-party-push-services-and-realtime-libraries)

### Requirements

[](#requirements)

```
* PHP ^5.6
* Redis
* Apache/Nginx

```

### Features

[](#features)

This PHP libraries adds a simple interface to create realtime apps using Redis Pub/Sub as the distribution engine.

It allows for User -&gt; Users and Server -&gt; User(s) communication streams Allowing features such as

```
* Message Notifications
* Chat
* Status Notifications
* Dynamic Content Push
* Dead simple integration
* Long Polling Javascript included
* Auto reconnects on dropped connections
* No need for external services

```

Quick Start
-----------

[](#quick-start)

### Better details found on the Wiki

[](#better-details-found-on-the-wiki)

```
composer require rockstarcode/streamline

// http://www.mysite.com/subscribe.php?channel=test
