PHPackages                             acquia/df-project - 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. acquia/df-project

AbandonedArchivedProject

acquia/df-project
=================

Project template for Drupal 8 sites built with the Demo Framework distribution.

101.1k5[1 issues](https://github.com/acquia/df-project/issues)

Since Sep 24Pushed 5y ago257 watchersCompare

[ Source](https://github.com/acquia/df-project)[ Packagist](https://packagist.org/packages/acquia/df-project)[ RSS](/packages/acquia-df-project/feed)WikiDiscussions 8.x-4.x Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

This is a Composer-based installer for the [Demo Framework](https://github.com/acquia/df) Drupal distribution.

Get Started
-----------

[](#get-started)

```
$ composer create-project acquia/df-project MY_PROJECT -s dev

```

Composer will create a new directory called MY\_PROJECT containing a `docroot` directory with a full Demo Framrwork code base therein. You can then install it like you would any other Drupal site.

If you need help getting an environment going, we recommend using DDev or Acquia Developer Studio. It's also possible to quickly spin up a site using the `runserver` command for drush and a local sqlite database.

`drush runserver`

`drush site-install --db-url=sqlite://../df.sqlite`

Other tested environments for DF include Acquia Dev Desktop, Acquia Cloud and Acquia Cloud Site Factory.

Maintenance
-----------

[](#maintenance)

Once you've started a new project based on this one, you'll want to add more extensions. Let this handy table be your guide:

TaskDrushComposerInstalling a contrib project (latest version)`drush pm-download PROJECT``composer require drupal/PROJECT`Installing a contrib project (specific version)`drush pm-download PROJECT-8.x-1.0-beta3``composer require drupal/PROJECT:1.0.0-beta3`Installing a javascript library (e.g. dropzone)`drush pm-download dropzone``composer require bower-asset/dropzone`Updating all contrib projects and Drupal core`drush pm-update``composer update`Updating a single contrib project`drush pm-update PROJECT``composer update drupal/PROJECT`Updating Drupal core`drush pm-update drupal``composer update drupal/core`The magic is that Composer, unlike Drush, is a *dependency manager*. If module `foo version: 1.0.0` depends on `baz version: 3.2.0`, Composer will not let you update baz to `3.3.0` (or downgrade it to `3.1.0`, for that matter). Drush has no concept of dependency management. If you've ever accidentally hosed a site because of dependency issues like this, you've probably already realized how valuable Composer can be.

But to be clear: it is still very helpful to use a site management tool like Drush or Drupal Console. Tasks such as database updates (`drush updatedb`) are still firmly in the province of such utilities. This installer will install a copy of Drush (local to the project) in the `bin` directory.

### Specifying a version

[](#specifying-a-version)

you can specify a version from the command line with:

```
$ composer require drupal/:

```

For example:

```
$ composer require drupal/ctools:3.0.0-alpha26
$ composer require drupal/token:1.x-dev

```

In these examples, the composer version 3.0.0-alpha26 maps to the drupal.org version 8.x-3.0-alpha26 and 1.x-dev maps to 8.x-1.x branch on drupal.org.

If you specify a branch, such as 1.x you must add -dev to the end of the version.

**Composer is only responsible for maintaining the code base**.

Source Control
--------------

[](#source-control)

If you peek at the `.gitignore` we provide, you'll see that certain directories, including all directories containing contributed projects, are excluded from source control. This might be a bit disconcerting if you're newly arrived from Planet Drush, but in a Composer-based project like this one, **you SHOULD NOT commit your installed dependencies to source control**.

When you set up the project, Composer will create a file called `composer.lock`, which is a list of which dependencies were installed, and in which versions. **Commit `composer.lock` to source control!** Then, when your colleagues want to spin up their own copies of the project, all they'll have to do is run `composer install`, which will install the correct versions of everything in `composer.lock`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 78.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://avatars.githubusercontent.com/u/514789?v=4)[Acquia](/maintainers/acquia)[@acquia](https://github.com/acquia)

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

---

Top Contributors

[![DevinCarlson](https://avatars.githubusercontent.com/u/1110937?v=4)](https://github.com/DevinCarlson "DevinCarlson (18 commits)")[![kevinfunk](https://avatars.githubusercontent.com/u/25224235?v=4)](https://github.com/kevinfunk "kevinfunk (4 commits)")[![brantwynn](https://avatars.githubusercontent.com/u/71350094?v=4)](https://github.com/brantwynn "brantwynn (1 commits)")

---

Tags

composerdemo-frameworkdrupaldrupal-8drupal-scaffold

### Embed Badge

![Health badge](/badges/acquia-df-project/health.svg)

```
[![Health](https://phpackages.com/badges/acquia-df-project/health.svg)](https://phpackages.com/packages/acquia-df-project)
```

PHPackages © 2026

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