PHPackages                             tyler-king/activity - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tyler-king/activity

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tyler-king/activity
===================

A simple Predis activity feed handler for my projects.

291PHP

Since Dec 19Pushed 13y agoCompare

[ Source](https://github.com/ohmybrew/activity)[ Packagist](https://packagist.org/packages/tyler-king/activity)[ RSS](/packages/tyler-king-activity/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Activity
========

[](#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
-----

[](#fetch)

The recommended way to install is [through composer](http://packagist.org).

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
------------

[](#requirements)

- [Redis Server](http://redis.io/) (RDB or AOF)
- [PHP](http://php.net) 5.4.x
- [Predis](https://github.com/nrk/predis) Library

Usage
-----

[](#usage)

See `examples/` for code usage.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b425dc1d6d50f1a4074b36d8a6548f330a0d0f51b1d5a05c3cd5277cc435c26e?d=identicon)[tyler-king](/maintainers/tyler-king)

### Embed Badge

![Health badge](/badges/tyler-king-activity/health.svg)

```
[![Health](https://phpackages.com/badges/tyler-king-activity/health.svg)](https://phpackages.com/packages/tyler-king-activity)
```

###  Alternatives

[pushbots/instapush-php

Instapush PHP Wrapper

201.8k](/packages/pushbots-instapush-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
