PHPackages                             opb/dev-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. opb/dev-symlinks

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

opb/dev-symlinks
================

Package to change symlink to true or false depending on env

v0.1(1y ago)02MITPHP

Since Mar 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/opb/dev-symlinks)[ Packagist](https://packagist.org/packages/opb/dev-symlinks)[ RSS](/packages/opb-dev-symlinks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Instructions
============

[](#instructions)

Add the following to the `extras` section of your project's `composer.json`:

```
    "extra": {
        "dev-symlink-envs": [
            "dev",
            "development"
        ]
    }
```

*The `extras` section itself is included for clarity.*

This will go through any configured `repositories` in your `composer.json` of type `path` and if the current environment, as defined by the `APP_ENV` environment variable, is in the list defined, then the composer config will be change to `"symlink": true`.

For example:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "../path/to/local/package",
            "options": {
                "symlink": false
            }
        }
    ],
    "require": {
        "vendor/package": "*"
    },
    "extra": {
        "dev-symlink-envs": [
            "dev",
            "development"
        ]
    }
}
```

In this case, whenever `APP_ENV` is either `dev` or `development` then the `symlink` option for the local package will be set to `true`.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance45

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

427d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0de9060c9b99493ba089587b59b54d5e476f59076d3186a3b2201a90ddf9765?d=identicon)[opb](/maintainers/opb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/opb-dev-symlinks/health.svg)

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

###  Alternatives

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[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)[magento/magento-composer-installer

Composer installer for Magento modules

7523.3M318](/packages/magento-magento-composer-installer)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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