PHPackages                             awd-studio/drupal-install-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. awd-studio/drupal-install-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

awd-studio/drupal-install-cli
=============================

Provide a command for installing drupal with Drush from the command line

v0.2.0(8y ago)3201MITPHPPHP ^7.1

Since Mar 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/awd-studio/drupal-install-cli)[ Packagist](https://packagist.org/packages/awd-studio/drupal-install-cli)[ RSS](/packages/awd-studio-drupal-install-cli/feed)WikiDiscussions master Synced 2w ago

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

Drupal Install CLI
==================

[](#drupal-install-cli)

Provide a command for installing drupal with drush from the command line

This package should be used with one of [Drupal Composer project](https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies).

[![Drupal Install CLI Screenshot](screenshot.png)](screenshot.png)

For now, plugin can install sites only with [Drush](http://www.drush.org), so it must be required in your project.

---

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

[](#requirements)

- PHP ^7.1
- [Composer](https://getcomposer.org) package manager
- [Drush](http://www.drush.org) a command line shell for DRUPAL
- [symfony/console](https://github.com/symfony/console) ^2.1 || ^3.0 || ^4.0

Install
-------

[](#install)

Via [Composer](https://getcomposer.org/)

```
composer require awd-studio/drupal-install-cli
```

Or add a dependency on **awd-studio/drupal-install-cli** to your project’s composer.json file:

```
{
    "require": {
        "awd-studio/drupal-install-cli": "dev"
    }
}
```

Usage:
------

[](#usage)

Just call command from CLI:

```
vendor/bin/drupal-install-cli drupal:site-install
```

Answer all questions and it'll be done.

You also may pass the options for configure installation. As example:

```
vendor/bin/drupal-install-cli drupal:site-install --db-host='localhost' --db-user='[MY_DB_USER]' --db-name='[MY_DB_NAME]' --db-pass='[MY_DB_PASS]'
```

Available options:
------------------

[](#available-options)

- **--db-host** - Database host
- **--db-name** - Database name
- **--db-user** - Database user name
- **--db-pass** - Database user password
- **--profile** - Installation profile name
- **--site-name** - Your future site name
- **--site-mail** - Site E-mail
- **--admin-login** - Admin user name
- **--admin-pass** - Admin user password
- **--admin-mail** - Admin user E-mail

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

5

Last Release

3074d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15061745?v=4)[Anton Karpov](/maintainers/awd-studio)[@awd-studio](https://github.com/awd-studio)

---

Top Contributors

[![awd-studio](https://avatars.githubusercontent.com/u/15061745?v=4)](https://github.com/awd-studio "awd-studio (6 commits)")

---

Tags

clidrupaldrupal-7drupal-8drupal-installdrushsymfony-consoleclidrupalDrushsymfony-consoleDrupal 8Drupal 7drupal-install

### Embed Badge

![Health badge](/badges/awd-studio-drupal-install-cli/health.svg)

```
[![Health](https://phpackages.com/badges/awd-studio-drupal-install-cli/health.svg)](https://phpackages.com/packages/awd-studio-drupal-install-cli)
```

###  Alternatives

[jigarius/drall

Drall is a command-line utility to run drush on multi-site Drupal installations.

36119.2k](/packages/jigarius-drall)

PHPackages © 2026

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