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(11mo ago)1160.8k↑11.6%2[3 PRs](https://github.com/ramsalt/drupal-scaffold/pulls)1PHP

Since Apr 16Pushed 8mo 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 1mo ago

READMEChangelog (1)DependenciesVersions (48)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 94% of packages

Maintenance56

Moderate activity, may be stable

Popularity35

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 77.4% 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

342d 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 (41 commits)")[![doxigo](https://avatars.githubusercontent.com/u/811655?v=4)](https://github.com/doxigo "doxigo (9 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

[psr7-sessions/storageless

Storageless PSR-7 Session support

652373.0k8](/packages/psr7-sessions-storageless)[bryanjhv/slim-session

Session middleware and helper for Slim framework 4.

233961.5k16](/packages/bryanjhv-slim-session)[logiscape/mcp-sdk-php

Model Context Protocol SDK for PHP

36274.1k6](/packages/logiscape-mcp-sdk-php)[bepsvpt/blurhash

A PHP implementation of BlurHash with Laravel integration.

130259.9k5](/packages/bepsvpt-blurhash)[frosh/development-helper

Development Helper

90286.1k](/packages/frosh-development-helper)[worksome/coding-style

Worksomes coding style

49771.7k57](/packages/worksome-coding-style)

PHPackages © 2026

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