PHPackages                             gaotiefeng/redis-application - 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. [Caching](/categories/caching)
4. /
5. gaotiefeng/redis-application

ActiveLibrary[Caching](/categories/caching)

gaotiefeng/redis-application
============================

redis operation

v1.0.9(6y ago)0189MITPHPPHP &gt;=7.2

Since Oct 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gaotiefeng/redis-application)[ Packagist](https://packagist.org/packages/gaotiefeng/redis-application)[ RSS](/packages/gaotiefeng-redis-application/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (10)Used By (0)

redis-application
-----------------

[](#redis-application)

> composer require gaotiefeng/redis-application

```
class testApplication extends stringApplication
{
    protected $prefix = 'localhost:redis:string';

    public function redis()
    {
        $res =  new \Redis();
        $res->connect('127.0.0.1','6379');
        return $res;
    }

    public function setKey($key, $val)
    {
        return $this->set($key,$val);
    }
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~7 days

Recently: every ~14 days

Total

9

Last Release

2335d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1

v1.0.4PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e571c637d3d3a82bc8ff72f76dfb7a55ecd6a60933128f94a10a2a1e88ef516?d=identicon)[qingchen1](/maintainers/qingchen1)

---

Top Contributors

[![gaotiefeng](https://avatars.githubusercontent.com/u/21190323?v=4)](https://github.com/gaotiefeng "gaotiefeng (21 commits)")

---

Tags

phpredis

### Embed Badge

![Health badge](/badges/gaotiefeng-redis-application/health.svg)

```
[![Health](https://phpackages.com/badges/gaotiefeng-redis-application/health.svg)](https://phpackages.com/packages/gaotiefeng-redis-application)
```

###  Alternatives

[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228199.3k2](/packages/mjphaynes-php-resque)[averias/phpredis-json

A PHP client for RedisJSON module using phpredis extension

3829.3k](/packages/averias-phpredis-json)[swoft/redis

swoft redis component

12168.4k16](/packages/swoft-redis)[eftec/cacheone

A Cache library with minimum dependency

103.5k4](/packages/eftec-cacheone)

PHPackages © 2026

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