2017 © Pedro Peláez
 

library mirror-handler

Manages aliased copies of your composer dependencies

image

elseym/mirror-handler

Manages aliased copies of your composer dependencies

  • Wednesday, September 7, 2016
  • by elseym
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

Composer Mirror Handler

usage

in your composer.json, require this package:, (*1)

"require": {
    "elseym/mirror-handler": "~1.0"
}

then add the script hooks:, (*2)

"scripts": {
    "post-install-cmd": [ "Elseym\\MirrorHandler\\Mirror::handle" ],
    "post-update-cmd": [ "Elseym\\MirrorHandler\\Mirror::handle" ]
}

finally, define which dependencies should be mirrored where:, (*3)

"extra": {
    "mirror": {
        "vendor23/package-foo": "Library/FooPackage",
        "vendor42/bar-package": "Library/PackageBar"
    }
}

license

Do What The Fuck You Want To Public License (WTFPL), (*4)

WTFPL, (*5)

The Versions

07/09 2016

dev-master

9999999-dev https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym

07/09 2016

1.0.4

1.0.4.0 https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym

07/09 2016

1.0.3

1.0.3.0 https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym

07/09 2016

1.0.2

1.0.2.0 https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym

07/09 2016

1.0.1

1.0.1.0 https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym

07/09 2016

1.0.0

1.0.0.0 https://github.com/elseym/composer-mirror-handler

Manages aliased copies of your composer dependencies

  Sources   Download

WTFPL

The Requires

 

The Development Requires

by Avatar elseym