PHPackages                             vansari/composer-symlink - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vansari/composer-symlink

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vansari/composer-symlink
========================

Creates Symlinks and can be used with your composer in the scripts section

1.2.0(6y ago)049MITPHPPHP ^7.2CI failing

Since Feb 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vansari/composer-symlink)[ Packagist](https://packagist.org/packages/vansari/composer-symlink)[ RSS](/packages/vansari-composer-symlink/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (3)Versions (12)Used By (0)

### composer-symlink

[](#composer-symlink)

Creates Symlinks and can be used with your composer in the scripts section

Installation with composer:

```
composer require vansari/composer-symlink

```

#### Usage

[](#usage)

All paths must be relative from the composer.json file.
Relative paths must be group at property "rel" as array
Absolute paths must be group with property name "abs" as array

Your Composer JSON:

```
    {
        "require": {
            "vansari/composer-symlink": "^1.0"
        },
        "scripts": {
           "post-install-cmd": "tools\\Symlinker::createSymlinks",
           "post-update-cmd: "tools\\Symlinker::updateSymlinks"
        },
        "extra": {
            "symlinks": {
                "origin": {
                    "rel": [
                        "target/subdir"
                    ]
                },
                "origin2": {
                    "rel": [
                        "target1/subdir",
                        "target2/subdir"
                    ]
                },
                "file.php": {
                    "abs":[
                        "target3/symlinked.php"
                    ]
                }
            }
        }
    }

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

6

Last Release

2327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c74cf8dcc8e0ea00de04b15837c9a333ea9d43d970ac53ac9faa8162a7dd8fc5?d=identicon)[vansari](/maintainers/vansari)

---

Top Contributors

[![vansari](https://avatars.githubusercontent.com/u/18286899?v=4)](https://github.com/vansari "vansari (17 commits)")[![kurtjunker](https://avatars.githubusercontent.com/u/35800204?v=4)](https://github.com/kurtjunker "kurtjunker (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vansari-composer-symlink/health.svg)

```
[![Health](https://phpackages.com/badges/vansari-composer-symlink/health.svg)](https://phpackages.com/packages/vansari-composer-symlink)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[symfony/config

Helps you find, load, combine, autofill and validate configuration values of any kind

4.3k479.6M8.3k](/packages/symfony-config)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M24.9k](/packages/friendsofphp-php-cs-fixer)[symfony/asset-mapper

Maps directories of assets &amp; makes them available in a public directory with versioned filenames.

1678.8M231](/packages/symfony-asset-mapper)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k89](/packages/pocketmine-pocketmine-mp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
