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 today

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

Maintenance42

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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

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

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5445.2M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

190438.1k37](/packages/brianhenryie-strauss)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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