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 today

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

2274d 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

[symfony/config

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

4.3k455.2M6.6k](/packages/symfony-config)[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M567](/packages/symfony-maker-bundle)[phpro/soap-client

A general purpose SoapClient library

8885.6M46](/packages/phpro-soap-client)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.5k74.6k86](/packages/pocketmine-pocketmine-mp)[symfony/asset-mapper

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

1656.9M131](/packages/symfony-asset-mapper)

PHPackages © 2026

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