Skip to content

A custom installer package for Composer. Install your packages into custom directories easily.

Notifications You must be signed in to change notification settings

jamielsharief/custom-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Installer for Composer

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

About

A custom installer package for Composer. Install your packages into custom directories easily.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages