PHPackages                             acquia/memcache-settings - 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. acquia/memcache-settings

AbandonedArchivedLibrary[Caching](/categories/caching)

acquia/memcache-settings
========================

Recommended Memcache settings for use with Acquia hosting.

v1.2.0(3y ago)34.2M—8.8%11[4 issues](https://github.com/acquia/memcache-settings/issues)4GPL-2.0+PHP

Since Jul 2Pushed 3y ago9 watchersCompare

[ Source](https://github.com/acquia/memcache-settings)[ Packagist](https://packagist.org/packages/acquia/memcache-settings)[ RSS](/packages/acquia-memcache-settings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (4)

Acquia Memcache settings
========================

[](#acquia-memcache-settings)

This is a Composer package providing a recommended set of Memcache settings for use with **Acquia Cloud Classic** and **Acquia Cloud Site Factory**. This package is not required for **Acquia Cloud Next** applications, as Acquia Cloud Next manages memcache configuration automatically.

These settings are continuously updated based on the [publicly available documentation](https://docs.acquia.com/acquia-cloud/performance/memcached/enable/).

Installation and usage
----------------------

[](#installation-and-usage)

To use these settings, you must already have configured a [Composer-based Drupal project](https://github.com/drupal-composer/drupal-project/blob/8.x/composer.json). Especially, ensure that your root composer.json includes the Drupal packagist repository and Drupal-specific installer paths. Then require this package via Composer:

`composer require acquia/memcache-settings`

Finally, you must include the provided `memcache.settings.php` in your own settings.php file (for Acquia Cloud) or post-settings-php hook (for Acquia Cloud Site Factory):

```
$repo_root = dirname(DRUPAL_ROOT);
$memcacheSettingsFile = $repo_root . '/vendor/acquia/memcache-settings/memcache.settings.php';
if (file_exists($memcacheSettingsFile)) {
  require $memcacheSettingsFile;
}

```

Note that if you use [Acquia BLT](https://github.com/acquia/blt), this step is unnecessary as BLT will automatically include this file.

License
=======

[](#license)

Copyright (C) 2020 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity49

Moderate usage in the ecosystem

Community28

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.8% 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 ~381 days

Total

3

Last Release

1384d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/514789?v=4)[Acquia](/maintainers/acquia)[@acquia](https://github.com/acquia)

![](https://avatars.githubusercontent.com/u/1984514?v=4)[Dane Powell](/maintainers/danepowell)[@danepowell](https://github.com/danepowell)

![](https://www.gravatar.com/avatar/102990804d65af5890df86ee8f6b8178bc5abcb2cd9855dacbb3ba3b8bd4bd2d?d=identicon)[vishalkhode1](/maintainers/vishalkhode1)

![](https://www.gravatar.com/avatar/9e2734f07fc122077e0d35a04e6dceb6b17cfadceb0c49eccc5bf9de741cf759?d=identicon)[vipin-mittal-acquia](/maintainers/vipin-mittal-acquia)

---

Top Contributors

[![danepowell](https://avatars.githubusercontent.com/u/1984514?v=4)](https://github.com/danepowell "danepowell (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![janusman](https://avatars.githubusercontent.com/u/630849?v=4)](https://github.com/janusman "janusman (4 commits)")[![billdennen](https://avatars.githubusercontent.com/u/26575332?v=4)](https://github.com/billdennen "billdennen (2 commits)")[![jose-oliveira](https://avatars.githubusercontent.com/u/4873515?v=4)](https://github.com/jose-oliveira "jose-oliveira (1 commits)")

### Embed Badge

![Health badge](/badges/acquia-memcache-settings/health.svg)

```
[![Health](https://phpackages.com/badges/acquia-memcache-settings/health.svg)](https://phpackages.com/packages/acquia-memcache-settings)
```

###  Alternatives

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)[amphp/redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

165634.7k44](/packages/amphp-redis)

PHPackages © 2026

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