PHPackages                             acromedia/drupal-scaffold - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. acromedia/drupal-scaffold

ActiveLocal-dev[DevOps &amp; Deployment](/categories/devops)

acromedia/drupal-scaffold
=========================

Provides a development environment compatible with Acro Standards

0.0.4(5y ago)016GPL-2.0-or-laterPHP

Since Jun 12Pushed 5y ago3 watchersCompare

[ Source](https://github.com/AcroMedia/drupal-scaffold)[ Packagist](https://packagist.org/packages/acromedia/drupal-scaffold)[ RSS](/packages/acromedia-drupal-scaffold/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (4)Used By (0)

INTRODUCTION
------------

[](#introduction)

This package aims to be all you need to meet full Acro Standards development specifications on your project.

INSTALLATION
------------

[](#installation)

### Composer

[](#composer)

1. You will need to specifically allow non-standard scaffold packages. Add the following to your composer.json

    ```
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "acromedia/drupal-scaffold"
            ],
            "locations": {
                "web-root": "./web",
                "project-root": "."
            }
        }
    }

    ```
2. Use composer to add package as a dev dependency

    ```
    composer require acromedia/drupal-scaffold --dev

    ```
3. (Optional) Setup your project name

    ```
    inv setname

    ```

    This will set the correct project name in the lando and phpunit config, otherwise you will have to do so manually

Overridding
-----------

[](#overridding)

### Invoke

[](#invoke)

This package provides standard tasks but you can also provide your own. It is recommended to provide your own additional tasks as opposed to overriding the existing tasks. Since everything is python based, you can also call on individual functions.

### Lando

[](#lando)

This package provides a `.lando.base.yml` with a standard Drupal setup, you should provide your specific customization in a `.lando.yml` file and commit that to your project. If you wish to have specific config only to you, you can provide a `.lando.local.yml` file.

[Lando Docs](https://docs.lando.dev/config/lando.html)

### NPM/Yarn - Package.json

[](#npmyarn---packagejson)

NPM does not have any mechanism for base files or overrides. This package provides package.json changes as appends, to hopefully work with your existing files, but you may have to manually merge changes.

### Composer

[](#composer-1)

Like NPM, composer doesn't have any mechanism for base files, so the same append workflow is used.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~9 days

Total

3

Last Release

2144d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4402e1e5bf69d45606c4f2ba3a947c9bbc3f231edbcb0921bebf03dc8cbc2ea7?d=identicon)[acromedia](/maintainers/acromedia)

---

Top Contributors

[![smmccabe](https://avatars.githubusercontent.com/u/4956338?v=4)](https://github.com/smmccabe "smmccabe (11 commits)")

### Embed Badge

![Health badge](/badges/acromedia-drupal-scaffold/health.svg)

```
[![Health](https://phpackages.com/badges/acromedia-drupal-scaffold/health.svg)](https://phpackages.com/packages/acromedia-drupal-scaffold)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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