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 2mo 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 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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

3302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1945bbfcb2541f54dcf8803183fd4b81491928c6839834d034d658052703c42?d=identicon)[apollopy](/maintainers/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.2M51](/packages/spatie-laravel-responsecache)[omaralalwi/lexi-translate

Laravel translation package with morph relationships and caching.

754.3k2](/packages/omaralalwi-lexi-translate)[makbulut/laravel-aerospike

Aerospike cache driver for Laravel

102.2k](/packages/makbulut-laravel-aerospike)

PHPackages © 2026

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