Skip to content

tahaalibra/activity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple activity stream using Predis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%