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.3k↓50%GPL-2.0-or-laterPHPPHP ~8.1.6

Since Aug 26Pushed 2y ago6 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 1mo ago

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

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

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

1023d 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.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[bamarni/composer-bin-plugin

No conflicts for your bin dependencies

52722.0M859](/packages/bamarni-composer-bin-plugin)[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.

2994.3M16](/packages/vaimo-composer-patches)[pyrech/composer-changelogs

Display changelogs after each composer update

5904.0M25](/packages/pyrech-composer-changelogs)[helhum/dotenv-connector

Makes it possible to set environment variables for composer projects.

1594.6M34](/packages/helhum-dotenv-connector)[mnsami/composer-custom-directory-installer

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

1395.0M52](/packages/mnsami-composer-custom-directory-installer)

PHPackages © 2026

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