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(5y ago)072MITPHP

Since Apr 20Pushed 4y 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 today

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

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

[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.4k](/packages/symfony-config)[symfony/asset-mapper

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

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

A server software for Minecraft: Bedrock Edition written in PHP

3.5k78.3k90](/packages/pocketmine-pocketmine-mp)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)

PHPackages © 2026

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