PHPackages                             pronovix/simple-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. pronovix/simple-symlink

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

pronovix/simple-symlink
=======================

Simple script that creates symlinks when a Composer event occurs.

3.15.1(2y ago)08.4k—0%GPL-2.0-or-laterPHPPHP ~8.1.6

Since Aug 26Pushed 2y ago4 watchersCompare

[ Source](https://github.com/Pronovix/simple-symlink)[ Packagist](https://packagist.org/packages/pronovix/simple-symlink)[ RSS](/packages/pronovix-simple-symlink/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (170)Used By (0)

Simple Symlink
==============

[](#simple-symlink)

Composer script that symlinks files and directories.

Example usage
-------------

[](#example-usage)

```
$ composer require pronovix/simple-symlink
```

```
      "extra": {
        "simple-symlinks": {
            ".": "build/web/modules/drupal_module"
        }
    },
     "scripts": {
        "post-install-cmd": [
            "Pronovix\\SimpleSymlink\\ScriptHandler::createSymlinks"
        ],
        "post-update-cmd": [
            "Pronovix\\SimpleSymlink\\ScriptHandler::createSymlinks"
        ]
    }
```

This ensures that the Composer root project is symlinked to the `build/web/modules/drupal_module` directory when a package is installed or updated.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 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 ~9 days

Recently: every ~0 days

Total

168

Last Release

1075d ago

Major Versions

2.x-dev → 3.0.02021-05-06

PHP version history (7 changes)2.8.0-alpha5PHP ^7.1

2.13.0PHP ^7.2.0

3.0.0PHP ^7.3.0

3.2.0-alpha1PHP ^7.4.0

3.7.0-alpha1PHP ~7.4.0 || ~8.0.0 || ~8.1.6

3.7.0-alpha2PHP ~7.4.0 || ~8.1.6

3.12.0PHP ~8.1.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b934519ad88d26f2171de1abed39ae7441ac3f3947a3b25e4bc46aa41939ae6?d=identicon)[tamasd](/maintainers/tamasd)

---

Top Contributors

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

---

Tags

composersymlinkcomposerutilityscriptsymlink

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/pronovix-simple-symlink/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k41.4M2.8k](/packages/ergebnis-composer-normalize)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M26](/packages/vaimo-composer-patches)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

576.1M125](/packages/automattic-jetpack-autoloader)[mnsami/composer-custom-directory-installer

A composer plugin, to help install packages of different types in custom paths.

1465.4M62](/packages/mnsami-composer-custom-directory-installer)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[dg/composer-cleaner

Victor The Cleaner: removes unnecessary files from vendor directory.

1411.6M34](/packages/dg-composer-cleaner)

PHPackages © 2026

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