2017 © Pedro Peláez
 

composer-plugin drupal-library-installer-plugin

image

drupal/drupal-library-installer-plugin

  • Friday, December 4, 2015
  • by generalredneck
  • Repository
  • 48 Watchers
  • 1 Stars
  • 34,474 Installations
  • PHP
  • 35 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

Drupal Libraries Installer Plugin (For Composer), (*1)

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

Common examples of modules that do this are:, (*3)

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:, (*4)

"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, (*5)

"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., (*6)

The Versions

04/12 2015

dev-master

9999999-dev

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

by Allan Chappell

04/12 2015

0.3

0.3.0.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

by Allan Chappell

12/06 2015

0.2

0.2.0.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

by Allan Chappell

09/09 2014

0.1

0.1.0.0

  Sources   Download

The Requires

  • composer-plugin-api 1.0.0

 

by Allan Chappell