PHPackages                             aheissenberger/laravel-memcachier - 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. aheissenberger/laravel-memcachier

ActiveLibrary[Caching](/categories/caching)

aheissenberger/laravel-memcachier
=================================

Memcachier.com Cache Driver for Laravel 4

43542[1 issues](https://github.com/aheissenberger/laravel-memcachier/issues)PHP

Since Aug 4Pushed 12y ago2 watchersCompare

[ Source](https://github.com/aheissenberger/laravel-memcachier)[ Packagist](https://packagist.org/packages/aheissenberger/laravel-memcachier)[ RSS](/packages/aheissenberger-laravel-memcachier/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[Memcachier](http://memcachier.com/) Cache Driver for [Laravel 4](http://laravel.com/)
======================================================================================

[](#memcachier-cache-driver-for-laravel-4)

This is a replacement for the builtin CacheServiceProvider with support for Memcachier a managed hosted Memcache. As it replaces Memcached you can also use this driver to support sessions.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `aheissenberger/laravel-memcachier`

```
"require": {
    "laravel/framework": "4.1.*",
    "aheissenberger/laravel-memcachier": "dev-master"
}

```

Next, update Composer from Terminal

```
$ composer update

```

Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and replace `Illuminate\Cache\CacheServiceProvider` with:

```
'Aheissenberger\MemcachierCache\CacheServiceProvider',

```

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

[](#configuration)

Open `app/config/cache.php` and find the `driver` key and change to `memcached`.

Replace the existing `memcached` configuration with this lines with authentification details and server:

```
	'memcached' => array(
		'username' => 'un', 'password' => 'pw', 'servers' => '1.1.1.1.1', 'weight' => 100
	),

```

If the driver cannot find `cache.memcached.username` it will try to load `cache.memcached.host']` and connects to this server. You can use this to simulate memcachier with your local memcached server. Multiple Servers are not supported!!!

```
	'memcached' => array(
		'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
	),

```

enjoy

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/200095?v=4)[Andreas Heissenberger](/maintainers/aheissenberger)[@aheissenberger](https://github.com/aheissenberger)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aheissenberger-laravel-memcachier/health.svg)

```
[![Health](https://phpackages.com/badges/aheissenberger-laravel-memcachier/health.svg)](https://phpackages.com/packages/aheissenberger-laravel-memcachier)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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