PHPackages                             apollopy/laravel-memcached - 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. apollopy/laravel-memcached

AbandonedArchivedLibrary[Caching](/categories/caching)

apollopy/laravel-memcached
==========================

Memcached for Laravel 5.1, with persistent connection and sasl authentication support, compatible with aliyun osc.

1.3.0(9y ago)28.5kMITPHPPHP &gt;=5.5.9

Since Jan 20Pushed 9y ago1 watchersCompare

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

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

laravel-memcached
=================

[](#laravel-memcached)

Memcached for Laravel, with persistent connection and sasl authentication support, compatible with aliyun osc.

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

[](#installation)

This service provider must be **replace**.

```
// config/app.php

'providers' => [
    // Illuminate\Cache\CacheServiceProvider::class,
    ApolloPY\Memcached\CacheServiceProvider::class,
]
```

edit the cache config

```
// config/cache.php

'memcached' => [
    'driver'  => 'memcached',
    'servers' => [
        [
            'host' => '127.0.0.1',
            'port' => 11211,
            'weight' => 100,
        ],
    ],
    'persistent_id' => 'you persistent id',
    'username' => 'you username',
    'password' => 'you password',
    'options'       => [ // optional
        Memcached::OPT_COMPRESSION     => false,
        Memcached::OPT_BINARY_PROTOCOL => true,
        ...
    ],
    'check_version' => false, // optional, default true
],
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

3352d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2421282?v=4)[ApolloPY](/maintainers/apollopy)[@apollopy](https://github.com/apollopy)

---

Top Contributors

[![apollopy](https://avatars.githubusercontent.com/u/2421282?v=4)](https://github.com/apollopy "apollopy (18 commits)")

---

Tags

laravelmemcached

### Embed Badge

![Health badge](/badges/apollopy-laravel-memcached/health.svg)

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

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)[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.

2119.7k](/packages/iazaran-smart-cache)[omaralalwi/lexi-translate

Laravel translation package with morph relationships and caching.

738.5k3](/packages/omaralalwi-lexi-translate)

PHPackages © 2026

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