PHPackages                             solsoft/drupal-boilerplate - 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. solsoft/drupal-boilerplate

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

solsoft/drupal-boilerplate
==========================

Boilerplate for deploying new Drupal projects

8.x-dev(9y ago)261GPL-3.0+PHPPHP &gt;=5.5

Since May 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/solsoft/drupal-boilerplate)[ Packagist](https://packagist.org/packages/solsoft/drupal-boilerplate)[ Docs](http://sol-soft.org/)[ RSS](/packages/solsoft-drupal-boilerplate/feed)WikiDiscussions 8.x Synced 2w ago

READMEChangelogDependencies (15)Versions (2)Used By (0)

drupal-boilerplate
==================

[](#drupal-boilerplate)

[![Build Status](https://camo.githubusercontent.com/f1a6519f09e23c8db0136adac47d10f38d6d27adf8b5795c0abf66c36f732ee4/68747470733a2f2f7472617669732d63692e6f72672f736f6c736f66742f64727570616c2d626f696c6572706c6174652e7376673f6272616e63683d382e78)](https://travis-ci.org/solsoft/drupal-boilerplate)[![Dependency Status](https://camo.githubusercontent.com/fd63ccb873358e882956c9e6e491da9e7e36abf6a45611bd6af8276375641e98/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3538666561333631366163313731343264613963386130332f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/58fea3616ac17142da9c8a03)[![Packagist](https://camo.githubusercontent.com/fe589e608ea9490cfe532ae4c0c1fe220ea601ee99ba6ba6018debe4df3a6cff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f736f6c736f66742f64727570616c2d626f696c6572706c6174652e737667)](https://packagist.org/packages/solsoft/drupal-boilerplate)[![PHP 7 ready](https://camo.githubusercontent.com/43108afb0892cdba17b431468b13ee5de6e2c625b3ab791b714fb09a6cb3b05d/68747470733a2f2f7068703772656164792e74696d6573706c696e7465722e63682f736f6c736f66742f64727570616c2d626f696c6572706c6174652f382e782f62616467652e737667)](https://travis-ci.org/solsoft/drupal-boilerplate)[![License](https://camo.githubusercontent.com/a90c442a86e8483937fc132b2befee61e5e2dd354d82542209f3713a08bc2578/68747470733a2f2f706f7365722e707567782e6f72672f736f6c736f66742f64727570616c2d626f696c6572706c6174652f6c6963656e7365)](https://github.com/solsoft/drupal-boilerplate/blob/8.x/LICENSE)

Boilerplate for deploying new [Drupal](https://drupal.org/) projects. Based on [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project).
Using [Composer](https://getcomposer.org/) and associated plugins, and the official [packages.drupal.org](http://drupal-composer.org/) repository.
Packages are published and updated regularly at [Packagist](https://packagist.org/packages/solsoft/drupal-boilerplate).
Examples are provided for a series of modules and themes and are included in the `composer create-project` process.

Drupal versions supported
-------------------------

[](#drupal-versions-supported)

- Drupal 8.0.x - 8.3.x
- Drupal 7.x

Drupal 7.x is being deployed with a Drupal 8 look alike directory structure, using [davidbarratt/drupal-structure](https://github.com/davidbarratt/drupal-structure).

Development branches
--------------------

[](#development-branches)

- 8.x - development branch for the latest Drupal 8.3.x
- 7.x - development branch for the latest Drupal 7.x

Usage
-----

[](#usage)

Before starting, consult the Composer reference for standard usage instructions.
Use `composer create-project` to deploy a new project, specifying one branch.

```
composer create-project solsoft/drupal-boilerplate:8.x-dev my-project --stability dev --no-interaction;
cd my-project;
composer update;
composer show;
composer site-install;
composer site-run;

```

Contributing
------------

[](#contributing)

Clone the git repository pointing to one of the development branches.
Merge requests should be submitted against these branches.

```
git clone -b 8.x git@github.com:solsoft/drupal-boilerplate.git;
cd drupal-boilerplate;
composer install;
composer update;
composer show;
composer site-install;
composer site-run;

```

### Extras

[](#extras)

Optionally you may run `composer examples-deploy` to install example Drupal Contributed libraries, modules and themes example dependencies. These can also be undeployed by running `composer examples-undeploy`. See more information about this in the `config/composer.examples` directory.
Drush can be deployed locally by running `composer drush-deploy`.
The project can be reset by running `composer cleanup-project` to delete the `vendor/`, `assets/` and `app/` directories and the `composer.lock` file.

Credits
-------

[](#credits)

See the [composer README](composer/README.md) for information about composer packages.
Inspiration taken from [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project).

Drupal Boilerplate
Copyright (C) 2016-2017 SOL-Soft
Luís Pedro Algarvio

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

3330d ago

Major Versions

7.x-dev → 8.x-dev2017-05-17

PHP version history (2 changes)7.x-devPHP &gt;=5.4

8.x-devPHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f661d4ccfe2c91b3747761099fbbf4eef243d02aea9f7fde1cd5cf3dfae875b?d=identicon)[lpalgarvio](/maintainers/lpalgarvio)

---

Top Contributors

[![lpalgarvio](https://avatars.githubusercontent.com/u/903711?v=4)](https://github.com/lpalgarvio "lpalgarvio (53 commits)")

---

Tags

boilerplatecomposerdrupaldrupal-7drupal-8phpcomposerdrupalboilerplate

### Embed Badge

![Health badge](/badges/solsoft-drupal-boilerplate/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

141.1k](/packages/fourkitchens-sous-drupal-project)

PHPackages © 2026

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