PHPackages                             supsign/composer-symlinks - 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. supsign/composer-symlinks

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

supsign/composer-symlinks
=========================

Composer script handling symlinks

1.0.1(6y ago)073MITPHP

Since Apr 20Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Symlink Handler
===============

[](#symlink-handler)

Composer script handling creation of symlinks inside your composer project.

*Note:* Symlinks will become files copy when composer is run with `--no-dev`

Installation
============

[](#installation)

Installation can be done as usually using composer. `composer require supsign/composer-symlinks`

Usage
=====

[](#usage)

Add the following in your root `composer.json` file:

```
"require": {
    "supsign/composer-symlinks": "dev-master"
},
"scripts": {
    "post-install-cmd": [
        "Supsign\\ComposerSymlinks\\ScriptHandler::createSymlinks"
    ],
    "post-update-cmd": [
        "Supsign\\ComposerSymlinks\\ScriptHandler::createSymlinks"
    ]
},
"extra": {
    "symlinks": {
        "components": "web/components"
    }
}
```

After running either `composer install` or `composer update`, components folder will be accessible from your web folder `web/components/`.

But of course, you have to be careful when making symlinks to a folder which is publicly accessible.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~94 days

Total

2

Last Release

2217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47874a2b9addf82d99f501a63bb53b38b20ddfae56b0313e1a044222c84acffb?d=identicon)[fabcocco](/maintainers/fabcocco)

---

Top Contributors

[![fabcocco](https://avatars.githubusercontent.com/u/24480931?v=4)](https://github.com/fabcocco "fabcocco (12 commits)")

---

Tags

composerscriptsymlink

### Embed Badge

![Health badge](/badges/supsign-composer-symlinks/health.svg)

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

###  Alternatives

[composer/composer

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

29.5k199.6M3.4k](/packages/composer-composer)[aws/aws-sdk-php

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

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[symfony/config

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

4.3k488.4M9.3k](/packages/symfony-config)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k257.0M28.1k](/packages/friendsofphp-php-cs-fixer)[symfony/asset-mapper

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

1669.5M285](/packages/symfony-asset-mapper)[pocketmine/pocketmine-mp

A server software for Minecraft: Bedrock Edition written in PHP

3.6k79.3k91](/packages/pocketmine-pocketmine-mp)

PHPackages © 2026

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