tyler-king/activity

A simple Predis activity feed handler for my projects.

dev-master 2012-12-19 15:41 UTC

This package is not auto-updated.

Last update: 2024-09-28 12:48:28 UTC


README

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.

Fetch

The recommended way to install is through composer.

Just create a composer.json file for your project:

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

And run these two commands to install it:

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

Requirements

Usage

See examples/ for code usage.