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

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

thinkshout/drupal-integrations
==============================

Add this project to any Drupal distribution based on drupal/core-composer-scaffold to get some TS reusable code.

3.2.2(4mo ago)035.5k↓70.8%[2 issues](https://github.com/thinkshout/drupal-integrations/issues)1MITPHP

Since Dec 7Pushed 1mo agoCompare

[ Source](https://github.com/thinkshout/drupal-integrations)[ Packagist](https://packagist.org/packages/thinkshout/drupal-integrations)[ RSS](/packages/thinkshout-drupal-integrations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (35)Used By (1)

thinkshout/drupal-integrations
==============================

[](#thinkshoutdrupal-integrations)

Add this project to any Drupal distribution based on [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold) to enable it for use with ThinkShout.

This project enables the following useful things:

- Behat testing infrastructure (see assets/behat/README.md)
- visual regression testing infrastructure (see assets/.ci/test/visual-regression/README.md)
- github issue templates (see assets/.github/)
- config\_split (see assets/config-local) for local development to enable:
    - config\_suite (automatic configuration export)
    - stage\_file\_proxy (automatic image/file downloads from live site instance)
- site settings customizations (see assets/web/sites/default/):
    - settings.php customizations:
        - pantheon settings file compatibility (includes)
        - includes settings.ts.php and settings.local.php if present
    - settings.ts.php customizations:
        - Pull in PRESSFLOW\_SETTINGS from `robo configure` using phpdotenv for Drupal "hash\_salt"
        - Enabling of the "local" config\_split settings if not on Pantheon
        - Enforces use of https on Pantheon instances of the site
        - includes a "settings.dev.php" file if present
    - services.dev.yml
        - enables debugging helpers for twig:
            - Automatically recompiles changes so you don't have to clear cache
            - Includes the template hints in html comments
            - Enables caching, the first step in [setting up debugging for twig files](https://library.thinkshoutlabs.com/articles/twig-debugging-and-cache).

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.

Add the "repositories" and "extra" entries below to composer.json then run `composer require thinkshout/drupal-integrations ^3.0`. (You'll end up with the "require" entry automatically.)

```
{
    ...
    "require": {
        "thinkshout/drupal-integrations": "^3.0"
    },
    ...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "thinkshout/drupal-integrations"
            ]
        }
    }
}

```

Altering scaffolding
--------------------

[](#altering-scaffolding)

If you need for any reason to remove a file that is scaffolded by this project, you'll need to specifically call that out in your composer.json, or the file will continue to be pulled in. For example, if you aren't using Config Suite on your site, you can do this to prevent its configuration file from being scaffolded:

```
"drupal-scaffold": {
    "file-mapping": {
      "[project-root]/config-local/config_suite.settings.yml": false
    }
  }
}

```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~178 days

Total

13

Last Release

129d ago

Major Versions

1.0.0 → 2.0.02023-07-14

2.0.0 → 3.0.02023-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef10144725b45b95afc4cf117771dd572060735666ddabe9034c29b0d7ff2fb2?d=identicon)[tauno](/maintainers/tauno)

![](https://www.gravatar.com/avatar/a3068960d59ef5ee2b96be46d05679adc3ddbcf793a566a6743abb2789316ca0?d=identicon)[thinkshout-ci-bot](/maintainers/thinkshout-ci-bot)

---

Top Contributors

[![maria-thinkshout](https://avatars.githubusercontent.com/u/50145226?v=4)](https://github.com/maria-thinkshout "maria-thinkshout (42 commits)")[![mariacha](https://avatars.githubusercontent.com/u/999525?v=4)](https://github.com/mariacha "mariacha (26 commits)")[![unclegcb](https://avatars.githubusercontent.com/u/2730679?v=4)](https://github.com/unclegcb "unclegcb (24 commits)")[![thinkshout-ci-bot](https://avatars.githubusercontent.com/u/105066133?v=4)](https://github.com/thinkshout-ci-bot "thinkshout-ci-bot (4 commits)")[![wxactly](https://avatars.githubusercontent.com/u/1130929?v=4)](https://github.com/wxactly "wxactly (2 commits)")

### Embed Badge

![Health badge](/badges/thinkshout-drupal-integrations/health.svg)

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

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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