no_obu / symlink-dependencies
There is no license information available for the latest version (dev-master) of this package.
Composer symlink package installer
Package info
github.com/No-OBu/SymlinkDependencies
Type:composer-plugin
pkg:composer/no_obu/symlink-dependencies
dev-master
2018-10-03 21:02 UTC
Requires
- composer-plugin-api: ^1.1
Requires (Dev)
- composer/composer: ^1.7
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2026-03-29 00:46:19 UTC
README
This composer extension allows developper to install a local package with symlink instead of using github repository. This can be usefull for test many app with same dev-bundle update without installing many time a bundle.
HOWTO INSTALL
$ composer global require no_obu/symlink-dependencies
bundle.map.php format
<?php return [ 'vendor1/packageName1' => '/absolute/path/to/directory/bunde1', 'vendor2/packageName2' => '/absolute/path/to/directory/bunde2', ... 'vendorN/packageNameN' => '/absolute/path/to/directory/bundeN', ];