2017-25 © Pedro Peláez
 

library resonance

An agnostic framework PHP library for realtime.

image

adminweb/resonance

An agnostic framework PHP library for realtime.

  • Sunday, July 23, 2017
  • by Borodin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Resonance

An agnostic framework PHP library for realtime., (*1)

Requirements

PHP >= 5.5, (*2)

Redis Server, (*3)

NodeJS >= 6, (*4)

Installation

composer require adminweb/resonance, (*5)

Usage

Install the Resonance server, (*6)

Start the Resonance server in background with forever or PM2., (*7)

Implements the Resonance\BeatInterface on your classes on your app., (*8)

Create a new Bell instance for use touch (method) your beat (implements BeatInterface) (like example folder)., (*9)

On Front

Put a tg script with src attribute with value http://server-address:server-port/socket.io/socket.io.js., (*10)

Initialize the connection with, (*11)

var conn = io.connect('http://server-address:server-port/your-channel');
conn.on('your-event',function(music){
console.log('your music', music)
});

Be happy =D, (*12)

The Versions

23/07 2017

dev-master

9999999-dev

An agnostic framework PHP library for realtime.

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula

23/07 2017

1.5.1

1.5.1.0

An agnostic framework PHP library for realtime.

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula

22/06 2017

1.1.3

1.1.3.0

An agnostic framework PHP library for realtime.

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula

19/06 2017

1.1.1

1.1.1.0

An agnostic framework PHP library for realtime.

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula

18/06 2017

1.0.1

1.0.1.0

An agnostic framework PHP library for realtime.

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula

18/06 2017

1.0.0

1.0.0.0

A PHP library for agnostic realtime

  Sources   Download

MIT

The Requires

 

by Igor C. de Paula