Disk efficient composer (fixer || symlinker) ➜ multiple project relying on same package version, why having multiple copy ?
This is a duplicate code killer to win some disk space.
Via Packagist
Create a new project and install the dependency
mkdir composer-dependencies && cd composer-dependencies
composer install piedweb/composer-symlink
Create cs.php
<?php
include 'vendor/autoload.php';
(new ComposerSymlink([
'/path/to/my/project',
'path/to/my/second/project',
]))->exec();
Add it in post-update script
Please see contributing
The MIT License (MIT). Please see License File for more information.