Download the PHP package pieceofcodero/symlink-composer-plugin without Composer
On this page you can find all versions of the php package pieceofcodero/symlink-composer-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pieceofcodero/symlink-composer-plugin
More information about pieceofcodero/symlink-composer-plugin
Files in pieceofcodero/symlink-composer-plugin
Download pieceofcodero/symlink-composer-plugin
More information about pieceofcodero/symlink-composer-plugin
Files in pieceofcodero/symlink-composer-plugin
Vendor pieceofcodero
Package symlink-composer-plugin
Short Description Composer plugin for creating symlinks to packages in custom directories. Supports type-based, vendor-based, and name-based matching with configurable paths.
License MIT
Package symlink-composer-plugin
Short Description Composer plugin for creating symlinks to packages in custom directories. Supports type-based, vendor-based, and name-based matching with configurable paths.
License MIT
Please rate this library. Is it a good library?
Informations about the package symlink-composer-plugin
Symlink Composer Plugin
A Composer plugin that creates symlinks for specific packages according to defined criteria.
Installation
Configuration
Add a symlink-paths
section to the extra
section of your composer.json:
Usage
The plugin automatically creates symlinks when packages are installed or updated.
Recreating all symlinks
If you need to recreate all symlinks (for example, after changing the configuration), use the dedicated command:
This command will recreate all symlinks according to your configuration.
Path Placeholders
The following placeholders are available for target paths:
{$name}
: Package name without vendor (e.g., "package" from "vendor/package"){$vendor}
: Vendor name (e.g., "vendor" from "vendor/package"){$package}
: Full package name (e.g., "vendor/package")
All versions of symlink-composer-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
composer-plugin-api Version ^2.0
composer-plugin-api Version ^2.0
The package pieceofcodero/symlink-composer-plugin contains the following files
Loading the files please wait ....