PHPackages                             76design/drupal-composer - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. 76design/drupal-composer

ActiveArchive-package[DevOps &amp; Deployment](/categories/devops)

76design/drupal-composer
========================

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

v7.31.0(11y ago)031MITPHP &gt;=5.3.0

Since Jan 8Pushed 4y ago7 watchersCompare

[ Source](https://github.com/76design/drupal-composer)[ Packagist](https://packagist.org/packages/76design/drupal-composer)[ Docs](http://blog.thecodingmachine.com/content/installing-drupal-using-composer)[ RSS](/packages/76design-drupal-composer/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

Drupal installer
================

[](#drupal-installer)

This is a simple Composer package that will install Drupal at the root of your Composer project.

Drupal is not directly contained in this project. It is downloaded from the drupal.org website.

Installing Drupal using this Composer package:
----------------------------------------------

[](#installing-drupal-using-this-composer-package)

Not used to Composer? The first step is installing Composer. This is essentially a one line process:

```
curl -s https://getcomposer.org/installer | php
```

Windows users can download the phar file here: \[[http://getcomposer.org/download/\](install](http://getcomposer.org/download/](install) composer). Then create a *composer.json* file at the root of your project:

```
{
    "require": {
        "76design/drupal": "~7.31"
    }
}
```

and finally, run

```
php composer.phar install
```

This will download and unpack the Drupal archive at the root of your project. In this example, the version downloaded is 7.18 or greater, but lower than 8.0 (this is the meaning of the ~ just before the version number).

Find more:
----------

[](#find-more)

Want to learn more about this package? Check out [the original blog post presenting *thecodingmachine/composer*](http://blog.thecodingmachine.com/content/installing-drupal-using-composer)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~118 days

Recently: every ~148 days

Total

6

Last Release

4283d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c2528f21bab586ea5c122d8123a650a50edde5bf138aa3987eac9da8b166749?d=identicon)[76design](/maintainers/76design)

---

Top Contributors

[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (6 commits)")[![tappleby](https://avatars.githubusercontent.com/u/1435253?v=4)](https://github.com/tappleby "tappleby (3 commits)")[![nguyenk](https://avatars.githubusercontent.com/u/2227554?v=4)](https://github.com/nguyenk "nguyenk (1 commits)")

---

Tags

drupalinstallerthecodingmachine

### Embed Badge

![Health badge](/badges/76design-drupal-composer/health.svg)

```
[![Health](https://phpackages.com/badges/76design-drupal-composer/health.svg)](https://phpackages.com/packages/76design-drupal-composer)
```

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[nystudio107/twig-bundle-installer

Install, update, and manage Twig template bundles via Composer

361.1k1](/packages/nystudio107-twig-bundle-installer)

PHPackages © 2026

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