Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 802 Bytes

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.

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.