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

ArchivedLibrary[Caching](/categories/caching)

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

Recommended Memcache settings for use with Acquia hosting.

v1.2.0(4y ago)34.5M↓44.1%11[4 issues](https://github.com/acquia/memcache-settings/issues)4GPL-2.0+PHP

Since Jul 2Pushed 3y ago3 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 2w 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 79% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity49

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity58

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

1476d 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

[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)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1022.3k](/packages/voidagency-vactory-starter-kit)[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)
