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

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

coozila/drupal-scaffold
=======================

Add this package to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use at Ramsalt.

1.0.0(3y ago)03

Since Apr 16Pushed 3y agoCompare

[ Source](https://github.com/Coozila/drupal-scaffold)[ Packagist](https://packagist.org/packages/coozila/drupal-scaffold)[ RSS](/packages/coozila-drupal-scaffold/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (14)Used By (0)

Ramsalt Drupal Scaffold
=======================

[](#ramsalt-drupal-scaffold)

Add this project to any Drupal site based on drupal/core-composer-scaffold to enable it for use at Ramsalt.

This project enables the following features:

- Adds `settings.php` for the use in wodby
- Adds settings files for each environment
- Provides `wodby.yml` post deployment scripts
- Enables drupal-patches with an separate `composer.patches.json` file
- Provides the default circleci deployment configuration used at Ramsalt

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

[](#enabling-this-project)

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

1. Add the package in the 'drupal-scaffold' allow-list:

    `composer config extra.drupal-scaffold.allowed-packages --json '["ramsalt/drupal-scaffold"]'`

    **Note**: If you *already have* other packages listed in *drupal-scaffold.allowed-packages* configuration this command is not for you. In this case you need to manually add `"ramsalt/drupal-scaffold"` to the array.
2. Require this package as you normally would:

    `composer require ramsalt/drupal-scaffold`

The resulting composer.json should *contain* the following:

```
{
    "require": {
        "ramsalt/drupal-scaffold": "^1@beta"
    },
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "ramsalt/drupal-scaffold"
            ]
        }
    }
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~46 days

Recently: every ~1 days

Total

11

Last Release

1385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4616b4efcf1cb3361b92faf55f2baeeadd9ec7fd24ed4e36da90c4ab310e5263?d=identicon)[coozila](/maintainers/coozila)

---

Top Contributors

[![szeidler](https://avatars.githubusercontent.com/u/1475847?v=4)](https://github.com/szeidler "szeidler (24 commits)")[![doxigo](https://avatars.githubusercontent.com/u/811655?v=4)](https://github.com/doxigo "doxigo (2 commits)")[![svenbergryen](https://avatars.githubusercontent.com/u/904345?v=4)](https://github.com/svenbergryen "svenbergryen (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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