PHPackages                             redcode/aerospike-cache-provider - 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. [Database &amp; ORM](/categories/database)
4. /
5. redcode/aerospike-cache-provider

ActiveLibrary[Database &amp; ORM](/categories/database)

redcode/aerospike-cache-provider
================================

Adds aerospike provider to use it through the doctrine/cache

0.1.0(10y ago)2491MITPHPPHP ^5.4

Since Oct 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maZahaca/aerospike-cache-provider)[ Packagist](https://packagist.org/packages/redcode/aerospike-cache-provider)[ RSS](/packages/redcode-aerospike-cache-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

aerospike-cache-provider [![Latest Stable Version](https://camo.githubusercontent.com/966ab219b441bab739f508ebb92c9e309ea0718c8e33b6a8930ccb9c7ab20f0c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726564636f64652f6165726f7370696b652d63616368652d70726f76696465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/redcode/aerospike-cache-provider) [![Total Downloads](https://camo.githubusercontent.com/2ba0e3333b7c102d71095d34a8616ef07700ff0de797e8dd0d428715b296d07f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726564636f64652f6165726f7370696b652d63616368652d70726f76696465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/redcode/aerospike-cache-provider)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#aerospike-cache-provider--)

[![Build Status](https://camo.githubusercontent.com/5a107931c885a4423786b5c8d6ec9c2e61a1c4a5c82942ad2c8b4b8dc7a708c5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d615a61686163612f6165726f7370696b652d63616368652d70726f76696465722e7376673f7374796c653d666c6174)](https://travis-ci.org/maZahaca/aerospike-cache-provider)

This is an implementation of Doctrine\\Common\\Cache\\CacheProvider for [Aerospike](http://www.aerospike.com/).

It allows you to use aerospike connection in projects which are based on the [doctrine/cache](https://github.com/doctrine/cache)

Installation
------------

[](#installation)

The easiest way to install this library is with [Composer](https://getcomposer.org/) using the following command:

```
$ composer require redcode/aerospike-cache-provider

```

How does it work?
-----------------

[](#how-does-it-work)

```
// pre-configured Aerospike connection
$aerospike = new \Aerospike();
$cache = new AerospikeCache($aerospike);
$cache->save('test', 'value', 60);
$value = $cache->fetch('test');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~2 days

Total

2

Last Release

3861d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/141e58f9f8c19ad2f259d706caade38f44873f47260e09ae03c2cc1effa32bed?d=identicon)[maZahaca](/maintainers/maZahaca)

---

Top Contributors

[![maZahaca](https://avatars.githubusercontent.com/u/1290067?v=4)](https://github.com/maZahaca "maZahaca (5 commits)")

---

Tags

doctrinecacheprovideraerospike

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/redcode-aerospike-cache-provider/health.svg)

```
[![Health](https://phpackages.com/badges/redcode-aerospike-cache-provider/health.svg)](https://phpackages.com/packages/redcode-aerospike-cache-provider)
```

###  Alternatives

[cache/doctrine-adapter

A PSR-6 cache implementation using Doctrine. This implementation supports tags

151.0M21](/packages/cache-doctrine-adapter)[cache/psr-6-doctrine-bridge

PSR-6 Doctrine bridge

151.0M4](/packages/cache-psr-6-doctrine-bridge)[kdyby/doctrine-cache

Doctrine Cache bridge for Nette Framework

101.3M19](/packages/kdyby-doctrine-cache)[cache/cache-bundle

Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine

43437.0k](/packages/cache-cache-bundle)

PHPackages © 2026

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