Download the PHP package gregurco/copyconf without Composer
On this page you can find all versions of the php package gregurco/copyconf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gregurco/copyconf
More information about gregurco/copyconf
Files in gregurco/copyconf
Download gregurco/copyconf
More information about gregurco/copyconf
Files in gregurco/copyconf
Vendor gregurco
Package copyconf
Short Description Composer script handling your ignored parameter file
License MIT
Homepage https://github.com/gregurco/copyconf
Package copyconf
Short Description Composer script handling your ignored parameter file
License MIT
Homepage https://github.com/gregurco/copyconf
Please rate this library. Is it a good library?
Informations about the package copyconf
CopyConf
CopyConf - extension for copying config files.
Usage
Add the following in your root composer.json file:
Configuration
List of copyconf parameters:
- files - array - array of files, that should be processed
- dist_ext - string - extension of files that should be processed (.dist - default)
- reg_exp - string - regular expression used in searching of placeholders
- backup_mode - string - by default "false" - not backup overwritten files. Can be set value of "ask" or "true" to ask on overwriting files or not overwrite in silent mode.
- backup_dir - string - directory where to write backups (backup/ - default)
Example of placeholders:
- {{hostname}} - simple placeholder
- {{hostname|localhost}} - placeholder with default value 'localhost'
Examples
Example of "extra" with backup:
All versions of copyconf with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package gregurco/copyconf contains the following files
Loading the files please wait ....