PHPackages                             cedricziel/l5-memcached-noversion - 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. cedricziel/l5-memcached-noversion

ActiveLibrary[Caching](/categories/caching)

cedricziel/l5-memcached-noversion
=================================

Removes the getVersion call from the Stock Laravel MemcachedConnector

v2.0.0(9y ago)1931[1 PRs](https://github.com/cedricziel/l5-memcached-noversion/pulls)MITPHP

Since Dec 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cedricziel/l5-memcached-noversion)[ Packagist](https://packagist.org/packages/cedricziel/l5-memcached-noversion)[ RSS](/packages/cedricziel-l5-memcached-noversion/feed)WikiDiscussions master Synced today

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

Laravel 5.3 Memcached Connector
===============================

[](#laravel-53-memcached-connector)

[![Dependency Status](https://camo.githubusercontent.com/dd07cbc4eace64e0631a735ea4f51d1747373d388616a06fdbf95d033c35acbc/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536613738306233376530336337303033373764656266322f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56a780b37e03c700377debf2)

The only difference from the default connector is the removed version command, which some third parties don't implement (AppEngine Managed VMs).

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

[](#configuration)

Add the service provider to your application to replace the memcached connector singleton in the container:

```
  CedricZiel\MemcachedNoVersion\MemcachedNoversionServiceProvider::class,
```

### AppEngine Flexible Environment

[](#appengine-flexible-environment)

Google AppEngine Flexible comes with a memcache service, which is easily discoverable through the following environment variables:

```
MEMCACHE_PORT_11211_TCP_ADDR
MEMCACHE_PORT_11211_TCP_PORT

```

So in order to use this adapter with AppEngine flex, you need to adjust your config (`config/cache.php`) a bit:

```
        'memcached' => [
            'driver' => 'memcached',
            'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
            'sasl' => [
                env('MEMCACHED_USERNAME'),
                env('MEMCACHED_PASSWORD'),
            ],
            'options' => [
                // Memcached::OPT_CONNECT_TIMEOUT  => 2000,
            ],
            'servers' => [
                [
                    'host' => env('MEMCACHE_PORT_11211_TCP_ADDR', '127.0.0.1'),
                    'port' => env('MEMCACHE_PORT_11211_TCP_PORT', 11211),
                    'weight' => 100,
                ],
            ],
        ],
```

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~194 days

Total

3

Last Release

3456d ago

Major Versions

0.1.0 → v2.0.02017-01-12

### Community

Maintainers

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

---

Top Contributors

[![cedricziel](https://avatars.githubusercontent.com/u/418970?v=4)](https://github.com/cedricziel "cedricziel (11 commits)")[![agentelinux](https://avatars.githubusercontent.com/u/718595?v=4)](https://github.com/agentelinux "agentelinux (1 commits)")

---

Tags

laravelgooglelumenmemcachedappenginegae

### Embed Badge

![Health badge](/badges/cedricziel-l5-memcached-noversion/health.svg)

```
[![Health](https://phpackages.com/badges/cedricziel-l5-memcached-noversion/health.svg)](https://phpackages.com/packages/cedricziel-l5-memcached-noversion)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[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)
