ro0nl/link

Link dependencies to a local clone


Keywords
composer-plugin, php
License
MIT

Documentation

Link dependencies to a local clone. Heavily inspired by Symfony's link script.

Install

Install this as any other (dev) Composer package:

$ composer require --dev ro0nl/link

You can also install it once for all your local projects:

$ composer global require ro0nl/link

Usage

$ composer link /path/to/project

This will find all of your Composer packages in the current directory and links dependencies in your project to it.

Original idea by Kévin Dunglas.