Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jamielsharief/custom-installer
- Owner: jamielsharief
- Created: 2019-05-29T13:01:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T14:02:47.000Z (over 5 years ago)
- Last Synced: 2024-04-17T21:32:46.409Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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