2017 © Pedro Peláez
 

composer-installer unified-asset-installer

Asset installer for phpDocumentor

image

phpdocumentor/unified-asset-installer

Asset installer for phpDocumentor

  • Wednesday, January 10, 2018
  • by mvriel
  • Repository
  • 3 Watchers
  • 4 Stars
  • 556,103 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Unified Asset Installer

phpDocumentor relies on specific directory locations for templates and plugins. By default Composer is unable to install in a directory other than /vendor except when using a Custom Installer., (*1)

This Custom Installer for Composer will trigger on the following library types and provide custom behaviour for those., (*2)

  • phpdocumentor-template, install files into /data/template instead of /vendor

Usage

In order to tell a template to use this installer you need to add the following composer.json, (*3)

{
    "name": "phpdocumentor/template-$NAME$",
    "type": "phpdocumentor-template",
    "license": "MIT"
    "require": {
        "phpdocumentor/unified-asset-installer":"*"
    }
}

The type element will instruct Composer to use this Custom Installer., (*4)

TODO

  • Add the phpdocumentor-plugin library type as well.

FAQ

What's up with the name?

Due to a bug in Composer at time of writing of this document, the name must be alphabetically LATER than the word template., (*5)

The Versions

10/01 2018

dev-master

9999999-dev http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

The Development Requires

plugins installer assets templates

09/09 2013

1.1.2

1.1.2.0 http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

The Requires

  • composer-plugin-api 1.0.0

 

The Development Requires

plugins installer assets templates

02/08 2013

1.1.1

1.1.1.0 http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

The Development Requires

plugins installer assets templates

01/08 2013

1.1

1.1.0.0 http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

The Development Requires

plugins installer assets templates

28/01 2013

1.0.1

1.0.1.0 http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

The Development Requires

plugins installer assets templates

08/05 2012

1.0.1-beta4

1.0.1.0-beta4 http://www.phpdoc.org

Asset installer for phpDocumentor

  Sources   Download

MIT

plugins installer assets templates

07/04 2012

1.0.1-beta3

1.0.1.0-beta3

  Sources   Download

MIT

07/04 2012

1.0.1-beta2

1.0.1.0-beta2

  Sources   Download

MIT

07/04 2012

1.0.1-beta1

1.0.1.0-beta1

  Sources   Download

MIT

07/04 2012

1.0.0

1.0.0.0

  Sources   Download

MIT