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

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

drupal/drupal-library-installer-plugin
======================================

0.3(10y ago)4162.1k17PHP

Since Sep 9Pushed 10y ago56 watchersCompare

[ Source](https://github.com/promet/drupal-libraries-installer-plugin)[ Packagist](https://packagist.org/packages/drupal/drupal-library-installer-plugin)[ RSS](/packages/drupal-drupal-library-installer-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (17)

Drupal Libraries Installer Plugin (For Composer)

The problem this installer tries to achieve is the ability to install libraries that Drupal modules use in the right place.

Common examples of modules that do this are:

- [WYSIWYG](https://www.drupal.org/project/wysiwyg)

In order to use this plugin add this package to your "requires" section as well as any package you wish to install as a library:

```
"require": {
    "drupal/drupal-library-installer-plugin": "~0.1",
    "ckeditor/ckeditor": "~4.4.4",
}

```

Then you need to tell the installer plugin where you need your libraries installed. An example may be as follows

```
"extra": {
  "drupal-libraries": {
    "library-directory": "www/sites/all/libraries",
    "libraries": [
      {
        "name": "ckeditor",
        "package": "ckeditor/ckeditor"
      }
    ]
  }
}

```

This will install the ckeditor library in the folder `www/sites/all/libraries/ckeditor`. Easy nuff.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~225 days

Total

3

Last Release

3909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ab09de336843633d09e317b380e6499019f48dd5789464ad972e9bf9ce5aec0?d=identicon)[johnniefox](/maintainers/johnniefox)

![](https://www.gravatar.com/avatar/659b24a6d872c8c46d360e19de5b0b3412501e981b6fc83275fb75afe21dc1a2?d=identicon)[prometsteve](/maintainers/prometsteve)

---

Top Contributors

[![generalredneck](https://avatars.githubusercontent.com/u/526491?v=4)](https://github.com/generalredneck "generalredneck (7 commits)")[![leolandotan](https://avatars.githubusercontent.com/u/3686017?v=4)](https://github.com/leolandotan "leolandotan (2 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

740103.0M1.2k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5346.5M600](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2125.4M213](/packages/drupal-core-project-message)[phpro/grumphp-shim

GrumPHP Phar distribution

284.9M348](/packages/phpro-grumphp-shim)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

566.3M167](/packages/automattic-jetpack-autoloader)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)

PHPackages © 2026

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