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)2162.0k17PHP

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 1w ago

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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

3818d 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

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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