Download the PHP package youwe/composer-file-installer without Composer
On this page you can find all versions of the php package youwe/composer-file-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youwe/composer-file-installer
More information about youwe/composer-file-installer
Files in youwe/composer-file-installer
Download youwe/composer-file-installer
More information about youwe/composer-file-installer
Files in youwe/composer-file-installer
Vendor youwe
Package composer-file-installer
Short Description Install files with Composer.
License MIT
Package composer-file-installer
Short Description Install files with Composer.
License MIT
Please rate this library. Is it a good library?
Informations about the package composer-file-installer
composer-file-installer
Install files in a project as part of a composer install
or composer update
.
Uses the youwe/file-mapping package for moving files according to
a source -> destination mapping. The Composer IOInterface
supplies the file installer with the capability to
write the files and supply end-users with output messages.
Usage
Create a mapping config file according to the youwe/file-mapping documentation.
Available options
Option | Explanation |
---|---|
merge-line-by-line |
Performs a line-by-line merge. Every line from the source that doesn't exist in the destination yet will be copied over. Comments will be ignored (will not be copied again). The destination file will be created if it doesn't exist yet. This is particularly useful for .gitignore files. |
force-overwrite |
Forces an overwrite, even if the file already exists on the destination. |
(no option given) | The file will be copied over if it didn't exist yet and will be left untouched otherwise. |
Code example
All versions of composer-file-installer with dependencies
PHP Build Version
Package Version
The package youwe/composer-file-installer contains the following files
Loading the files please wait ....