PHPackages                             infuse/stash - 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. [Framework](/categories/framework)
4. /
5. infuse/stash

ActiveLibrary[Framework](/categories/framework)

infuse/stash
============

Stash module for Infuse Framework

1.1(9y ago)01.4kMITPHPPHP &gt;=5.4.0

Since Jan 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/infusephp/stash)[ Packagist](https://packagist.org/packages/infuse/stash)[ RSS](/packages/infuse-stash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

stash
=====

[](#stash)

[![Build Status](https://camo.githubusercontent.com/f8eba7e8ab3490692b596845de7cf4c51290f54a1e205b659925f74632578c06/68747470733a2f2f7472617669732d63692e6f72672f696e667573657068702f73746173682e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/infusephp/stash)[![Coverage Status](https://camo.githubusercontent.com/38a5b25c8c4d7fb3668abcc683eeb59e7bc8b62d143d3dbe76c25368b6d84f5b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696e667573657068702f73746173682f62616467652e706e67)](https://coveralls.io/r/infusephp/stash)[![Latest Stable Version](https://camo.githubusercontent.com/fd3812d16c0d311250d8f9d101064aced950b208bc679d5ab8466151e6167f85/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f73746173682f762f737461626c652e706e67)](https://packagist.org/packages/infuse/stash)[![Total Downloads](https://camo.githubusercontent.com/070a88a144edaf04afea83a3ce38232d50fb53757cd9fd062d779364a2ed2cde/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f73746173682f646f776e6c6f6164732e706e67)](https://packagist.org/packages/infuse/stash)[![HHVM Status](https://camo.githubusercontent.com/1a7c6cba0dd714a044d4fc150d7616faded5f1ba03524d2a3e372a030d125f17/687474703a2f2f6868766d2e683463632e64652f62616467652f696e667573652f73746173682e737667)](http://hhvm.h4cc.de/package/infuse/stash)

Mailer module for Infuse Framework

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

[](#installation)

Install the package with [composer](http://getcomposer.org):

```
composer require infuse/stash

```

Configuration
-------------

[](#configuration)

Add this to your `config.php`:

```
'cache' => [
	'namespace' => 'namespace',
	'driver' => 'Stash\\Driver\\Predis',
	'options' => [
		'scheme' => 'tcp',
		'host' => '127.0.0.1',
		'port' => 6379
	]
]
```

Add the services to your app's configuration:

```
'services' => [
	// ...
	'stash' => 'Infuse\Stash\Stash',
	'stash_driver' => 'Infuse\Stash\StashDriver'
	// ...
]
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~236 days

Total

2

Last Release

3596d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d31f148b30ea3f288fb9e748f6a1dbd7c145a4bd0af74b4687812227221608a?d=identicon)[Jaredtking](/maintainers/Jaredtking)

---

Tags

frameworkcachestashinfuse

### Embed Badge

![Health badge](/badges/infuse-stash/health.svg)

```
[![Health](https://phpackages.com/badges/infuse-stash/health.svg)](https://phpackages.com/packages/infuse-stash)
```

###  Alternatives

[utopia-php/cache

A simple cache library to manage application cache storing, loading and purging

31483.1k19](/packages/utopia-php-cache)[yiisoft/cache-memcached

Yii Caching Library - Memcached Handler

1417.9k](/packages/yiisoft-cache-memcached)[yiisoft/cache-redis

Yii Caching Library - Redis Handler

1016.4k1](/packages/yiisoft-cache-redis)[yiisoft/cache-apcu

Yii Caching Library - APCu Handler

138.1k](/packages/yiisoft-cache-apcu)[yiisoft/cache-db

Yii Caching Library - DB Handler

138.0k](/packages/yiisoft-cache-db)

PHPackages © 2026

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