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. sdubois/amezmo-drupal-integrations

ActiveProject

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

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

10.6.5(8mo ago)24.9k↑25%2[1 issues](https://github.com/sdubois/amezmo-drupal-integrations/issues)1MITPHPCI passing

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

READMEChangelogDependencies (2)Versions (17)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

43

—

FairBetter than 91% of packages

Maintenance64

Regular maintenance activity

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

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 ~57 days

Recently: every ~0 days

Total

14

Last Release

261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b29c71e0cbb4a9265814a3af8fd5b7aa5a0adb75e93e0eca8eee7da228319e04?d=identicon)[sdubois](/maintainers/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

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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