PHPackages                             evolaze/binary-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. evolaze/binary-symlink

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

evolaze/binary-symlink
======================

Binary symlink script handler

2.0.0(8y ago)122MITPHP &gt;=7.1.1

Since Jun 4Compare

[ Source](https://github.com/hanovruslan/binary-symlink)[ Packagist](https://packagist.org/packages/evolaze/binary-symlink)[ RSS](/packages/evolaze-binary-symlink/feed)WikiDiscussions Synced today

READMEChangelog (2)Dependencies (3)Versions (8)Used By (0)

Binary distribution script handler
==================================

[](#binary-distribution-script-handler)

Replace platform dependent symlink commands like

```
    "ln -sf ../app/bin/some-binary.sj bin/some-binary.sh"
    "ln -sf ../app/bin/some-other-binary.sj bin/other-binary.sh"

```

with extra config section and post install or\\and update trigger

Installation
------------

[](#installation)

```
composer require evolaze/binary-symlink

```

In order to add link from **app/from.sh** to **bin/to.sh**

### Composer.json

[](#composerjson)

```
    "scripts": {
        "post-install-cmd": [
            "Evolaze\\BinarySymlink\\ScriptHandler::installBinary"
        ]
    },
    "extra": {
        "evolaze-binary-symlink": {
            "links": [
                {
                    "from": "from",
                    "to": "to"
                }
            ]
        }
    }

```

#### Defaults

[](#defaults)

- Default dir to create links from is **app**
- Default dir to create links to is **bin**

See other [examples](resources/docs) and [tests](tests/src/BinarySymlinkTest.php)

Tests
-----

[](#tests)

`./bin/phpunit -c ./tests/phpunit.xml` - php 7.1+ must be installed

or

`./app/composer.sh run-script test` - docker must be installed

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

2

Last Release

3249d ago

Major Versions

1.0.0 → 2.0.02017-08-06

PHP version history (2 changes)1.0.0PHP &gt;=5.6.1

2.0.0PHP &gt;=7.1.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1153520?v=4)[Hanov Ruslan](/maintainers/hanovruslan)[@hanovruslan](https://github.com/hanovruslan)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/evolaze-binary-symlink/health.svg)

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

###  Alternatives

[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.8k5](/packages/ezsystems-legacy-bridge)

PHPackages © 2026

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