PHPackages                             ramsalt/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. ramsalt/drupal-scaffold

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

ramsalt/drupal-scaffold
=======================

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

1.0.12(1y ago)1173.6k↓28.8%2[1 issues](https://github.com/ramsalt/drupal-scaffold/issues)[3 PRs](https://github.com/ramsalt/drupal-scaffold/pulls)1PHP

Since Apr 16Pushed 1w ago8 watchersCompare

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

READMEChangelog (1)DependenciesVersions (49)Used By (1)

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
- Provides a default Renovatebot configuration.

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

47

—

FairBetter than 93% of packages

Maintenance56

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~68 days

Recently: every ~77 days

Total

23

Last Release

388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05bccdb85281776b28deafc2900b52fc8e12fcb25c3fd27870a5c5158db8da89?d=identicon)[szeidler](/maintainers/szeidler)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[kayandra/hashidable

Auto Hashids for Laravel Models and Routes

1321.3k](/packages/kayandra-hashidable)

PHPackages © 2026

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