2017 © Pedro Peláez
 

library activity

A simple Predis activity feed handler for my projects.

image

tyler-king/activity

A simple Predis activity feed handler for my projects.

  • Wednesday, December 19, 2012
  • by tyler-king
  • Repository
  • 0 Watchers
  • 3 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Activity

A simple activity feed handler using Predis which stores/pushes JSON objects to friends/followers, can even be used for simple notifications. Using this for personal projects not ment to be used for production stuff., (*1)

Fetch

The recommended way to install is through composer., (*2)

Just create a composer.json file for your project:, (*3)

{
    "minimum-stability" : "dev",
    "require": {
        "tyler-king/activity": "dev-master"
    }
}

And run these two commands to install it:, (*4)

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

Requirements

Usage

See examples/ for code usage., (*5)

The Versions

19/12 2012

dev-master

9999999-dev

A simple Predis activity feed handler for my projects.

  Sources   Download

MIT

The Requires

 

by Tyler King

redis activity