Download the PHP package garoevans/composer-sym without Composer
On this page you can find all versions of the php package garoevans/composer-sym. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download garoevans/composer-sym
More information about garoevans/composer-sym
Files in garoevans/composer-sym
Download garoevans/composer-sym
More information about garoevans/composer-sym
Files in garoevans/composer-sym
Vendor garoevans
Package composer-sym
Short Description Symlink composer packages to local versions
License MIT
Homepage https://github.com/garoevans/composer-sym
Package composer-sym
Short Description Symlink composer packages to local versions
License MIT
Homepage https://github.com/garoevans/composer-sym
Please rate this library. Is it a good library?
Informations about the package composer-sym
Garoevans Composer Sym
Current version: 0.7.11
Usage
Run;
./vendor/bin/composer-sym link
from your projects root.
Other methods;
- link: Loop through your composer.json and see what we can link for you.
- unlink: Give you the option of unlinking any packages we've linked.
- help: List of methods and params.
- getGuessedProjectDir: What we think your project directory is.
- getGuessedHomeDir: What we think you home directory is.
Compser Sym assumes a vendor/package
structure, so if your project is located in /home/foo/bar
we will assume that /home
is your home directory (root of all packages).
Composer
"require": { "garoevans/composer-sym": "0.7.*" }
Due to one of the dependencies Composer Sym also requires the minimum stability to be set to dev;
"minimum-stability": "dev"
All versions of composer-sym with dependencies
PHP Build Version
Package Version
The package garoevans/composer-sym contains the following files
Loading the files please wait ....