PHPackages                             druidfi/spell - 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. druidfi/spell

ActiveProject

druidfi/spell
=============

Spell to create a new Drupal project

01.2k—4%3[1 issues](https://github.com/druidfi/spell/issues)CI passing

Since Mar 17Pushed 1mo ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

druidfi/spell
=============

[](#druidfispell)

This is a skeleton repository which will create a new Drupal project for you and setup Docker based development environment with Stonehenge. See requirements below.

Includes
--------

[](#includes)

- Drupal 11.3.x ([Core](https://github.com/druidfi/spell/tree/core) and [CMS](https://github.com/druidfi/spell/tree/cms) variants)
- Drush 13.x
- Docker Compose setup for development
- [druidfi/tools](https://github.com/druidfi/tools)
- Web root is `./public`
- Configuration is in `./conf/cmi`
- Custom modules can be created in `./public/modules/custom`
- Recipes are in `./recipes`

Requirements
------------

[](#requirements)

- PHP ^8.4 and Composer
- [Docker and Stonehenge](https://github.com/druidfi/stonehenge)

Create a new project with Composer
----------------------------------

[](#create-a-new-project-with-composer)

If you have PHP and Composer installed on your host (recommended):

### Drupal core

[](#drupal-core)

```
composer -n create-project druidfi/spell:dev-core my-drupal-site
```

### Drupal CMS

[](#drupal-cms)

```
composer -n create-project druidfi/spell:dev-cms my-drupal-cms-site
```

Create a new project with Docker image
--------------------------------------

[](#create-a-new-project-with-docker-image)

If you don't have PHP and Composer, but you have Docker installed:

### Drupal core

[](#drupal-core-1)

```
mkdir my-drupal-site && cd my-drupal-site && \
docker run --rm -it -v $PWD:/app --env COMPOSER_MEMORY_LIMIT=-1 \
    ghcr.io/druidfi/drupal-web:php-8.4.18\
    composer -n create-project druidfi/spell:dev-core .
```

### Drupal CMS

[](#drupal-cms-1)

```
mkdir my-drupal-cms-site && cd my-drupal-cms-site && \
docker run --rm -it -v $PWD:/app --env COMPOSER_MEMORY_LIMIT=-1 \
    ghcr.io/druidfi/drupal-web:php-8.4.18 \
    composer -n create-project druidfi/spell:dev-cms .
```

Get started
-----------

[](#get-started)

Now you need to have Stonehenge up &amp; running.

Start the development environment, build development codebase and install empty site with minimal profile:

```
make new
```

Now your site can can be accessed from

Next steps
----------

[](#next-steps)

Git has been init in the project, but you need to specify your remote before you can push.

You can run `make help` to list all available commands for you.

Running tests on Spell when developing
--------------------------------------

[](#running-tests-on-spell-when-developing)

On macOS you need first to install Chromedriver and allow it to execute:

```
brew install chromedriver
xattr -d com.apple.quarantine /opt/homebrew/bin/chromedriver
```

Then run the same test scenario as in Github Actions:

```
make test
```

Other information
-----------------

[](#other-information)

This project can be found from the Packagist:

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance63

Regular maintenance activity

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cd9c5f6ffd2d6019f8375ce471fd34395c78885b9b9cf22e9a97be47c875138?d=identicon)[back-2-95](/maintainers/back-2-95)

---

Top Contributors

[![back-2-95](https://avatars.githubusercontent.com/u/1140272?v=4)](https://github.com/back-2-95 "back-2-95 (453 commits)")[![tuutti](https://avatars.githubusercontent.com/u/771113?v=4)](https://github.com/tuutti "tuutti (29 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (22 commits)")[![sundflux](https://avatars.githubusercontent.com/u/6561057?v=4)](https://github.com/sundflux "sundflux (2 commits)")[![sonyavpaa](https://avatars.githubusercontent.com/u/98089784?v=4)](https://github.com/sonyavpaa "sonyavpaa (1 commits)")

---

Tags

composerdrupaldrupal-11drupal-cmsproject-templatestonehenge

### Embed Badge

![Health badge](/badges/druidfi-spell/health.svg)

```
[![Health](https://phpackages.com/badges/druidfi-spell/health.svg)](https://phpackages.com/packages/druidfi-spell)
```

PHPackages © 2026

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