jamielsharief/custom-installer

A custom installer for composer packages

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/jamielsharief/custom-installer

1.0.3 2019-05-29 14:02 UTC

This package is auto-updated.

Last update: 2025-09-29 02:29:51 UTC


README

This is a installer which allows you customize where packages are installed.

Setup your composer package file like this.

{
    "name":"username/package",
    "description":"A description",
    "type": "custom-installer",
    "require": {
        "jamielsharief/custom-installer": "*"
    },
    "extra": {
      "directory": "path/to/some/directory"
    }
  }

It must include

  • type: custom-installer
  • require: jamielsharief/custom-installer
  • extra/directory: the path to install too