PHPackages                             alfwasim/drupal-installer - 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. alfwasim/drupal-installer

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

alfwasim/drupal-installer
=========================

Help to install drupal project

v1.1.2(1mo ago)05↓50%MITPHPPHP ^8.1

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/meWasim/drupal-installer)[ Packagist](https://packagist.org/packages/alfwasim/drupal-installer)[ RSS](/packages/alfwasim-drupal-installer/feed)WikiDiscussions main Synced 1w ago

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

Drupal Installer
================

[](#drupal-installer)

A simple command-line tool for creating Drupal projects quickly using Composer.

Features
--------

[](#features)

- Create a new Drupal project with a single command.
- Install the latest stable Drupal release.
- Install a specific Drupal version.
- Lightweight and easy to use.
- Distributed through Composer and Packagist.

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

[](#requirements)

- PHP 8.1 or higher
- Composer

Installation
------------

[](#installation)

Install the package globally:

```
composer global require alfwasim/drupal-installer
```

PATH Configuration
------------------

[](#path-configuration)

If the `drupal` command is not available after installation, ensure Composer's global bin directory is included in your system PATH.

Find your Composer global bin directory:

```
composer global config bin-dir --absolute
```

For Bash:

```
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```

For Zsh:

```
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
```

Verify the installation:

```
which drupal
```

Expected output:

```
/home/username/.config/composer/vendor/bin/drupal

```

Usage
-----

[](#usage)

Create a project using the latest stable Drupal release:

```
drupal new my-site
```

Create a project using a specific Drupal version:

```
drupal new my-site 11
drupal new my-site 11.2.5
```

Examples
--------

[](#examples)

```
drupal new blog
drupal new company-website
drupal new news-portal 11.2.5
```

License
-------

[](#license)

This project is open-sourced under the MIT License.

Author
------

[](#author)

**Wasim Ansari**

GitHub:

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance91

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

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 ~2 days

Total

3

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/502cea7d1f088071d23e41c33d8cae099811de507d8ea21654903e762ea1d068?d=identicon)[meWasim](/maintainers/meWasim)

---

Top Contributors

[![meWasim](https://avatars.githubusercontent.com/u/111602083?v=4)](https://github.com/meWasim "meWasim (5 commits)")

### Embed Badge

![Health badge](/badges/alfwasim-drupal-installer/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[shopware/deployment-helper

Shopware deployment tools

19400.6k5](/packages/shopware-deployment-helper)[illuminate/process

The Illuminate Process package.

44869.2k110](/packages/illuminate-process)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2134.2k](/packages/drevops-git-artifact)[lion/bundle

Lion-framework configuration and initialization package

122.4k4](/packages/lion-bundle)

PHPackages © 2026

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