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.4.4(2mo ago)25.3k↑53.3%2[1 issues](https://github.com/sdubois/amezmo-drupal-integrations/issues)1MITPHPCI passing

Since May 5Pushed 1w 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 2w ago

READMEChangelogDependencies (6)Versions (34)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 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~34 days

Recently: every ~0 days

Total

31

Last Release

64d ago

Major Versions

10.6.9 → 11.4.22026-06-15

10.6.11 → 11.3.112026-06-15

10.6.14 → 11.3.122026-06-15

10.6.12 → 11.3.132026-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 (15 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.3k37.6k21](/packages/tempest-framework)[lullabot/drainpipe

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

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

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

265.2k](/packages/aedart-athenaeum)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)

PHPackages © 2026

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