Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamielsharief/custom-installer

A custom installer package for Composer. Install your packages into custom directories easily.
https://github.com/jamielsharief/custom-installer

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Custom Installer for Composer

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

Setup your composer package file like this.

```json
{
"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