PHPackages                             sdubois/amezmo-drupal-integrations - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sdubois/amezmo-drupal-integrations

ActiveProject[Utility &amp; Helpers](/categories/utility)

sdubois/amezmo-drupal-integrations
==================================

Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Amezmo.

11.3.13(2w ago)25.2k↑64.3%2[1 issues](https://github.com/sdubois/amezmo-drupal-integrations/issues)1MITPHPCI passing

Since May 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/sdubois/amezmo-drupal-integrations)[ Packagist](https://packagist.org/packages/sdubois/amezmo-drupal-integrations)[ RSS](/packages/sdubois-amezmo-drupal-integrations/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (5)Versions (27)Used By (1)

amezmo-drupal-integrations
==========================

[](#amezmo-drupal-integrations)

`amezmo-drupal-integrations` brings in everything needed to use an existing Drupal site on [Amezmo](https://www.amezmo.com)

Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Amezmo.

This project provides a custom settings file and a few other small changes necessary to run Drupal on Amezmo.

Enabling this project
---------------------

[](#enabling-this-project)

This project must be enabled in the top-level composer.json file, or it will be ignored and will not perform any of its functions.

```
{
    ...
    "require": {
        "sdubois/amezmo-drupal-integrations": "dev-main"
    },
    ...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "sdubois/amezmo-drupal-integrations"
            ]
        }
    },
    "autoload": {
        "files": [
            "load.environment.php"
        ]
    }
}

```

If installing this on a pre-existing Drupal site, you will likely need to update your settings.php file to load the settings.amezmo.php file with the following snippet:

```
if (file_exists($app_root . '/' . $site_path . '/settings.amezmo.php')) {
  include $app_root . '/' . $site_path . '/settings.amezmo.php';
}

```

File storage
------------

[](#file-storage)

Amezmo stores static files (images, documents, etc) in the `/webroot/storage` directory. In order to use this directory with Drupal, this package creates a symlink to this directory from the Drupal public files directory on each deployment.

You can use SCP or SFTP to copy files to this directory.

Credit
------

[](#credit)

This repository is based on the pantheon-systems/drupal-integrations project. Thanks to everyone involved!

###  Health Score

48

↑

FairBetter than 93% of packages

Maintenance84

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~45 days

Recently: every ~0 days

Total

24

Last Release

18d ago

Major Versions

10.6.12 → 11.3.112026-06-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/479460?v=4)[Steven DuBois](/maintainers/sdubois)[@sdubois](https://github.com/sdubois)

---

Top Contributors

[![sdubois](https://avatars.githubusercontent.com/u/479460?v=4)](https://github.com/sdubois "sdubois (14 commits)")[![AmezmoOfficial](https://avatars.githubusercontent.com/u/62684897?v=4)](https://github.com/AmezmoOfficial "AmezmoOfficial (1 commits)")

---

Tags

amezmocomposerdrupaldrupal-9php

### Embed Badge

![Health badge](/badges/sdubois-amezmo-drupal-integrations/health.svg)

```
[![Health](https://phpackages.com/badges/sdubois-amezmo-drupal-integrations/health.svg)](https://phpackages.com/packages/sdubois-amezmo-drupal-integrations)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

43785.5k4](/packages/lullabot-drainpipe)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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