PHPackages                             staempfli/symlinker-pro - 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. staempfli/symlinker-pro

AbandonedStaempfli-tool[Utility &amp; Helpers](/categories/utility)

staempfli/symlinker-pro
=======================

Tool to create relative symlinks

1.2.0(7y ago)753.4k11[1 issues](https://github.com/staempfli/symlinker-pro/issues)[1 PRs](https://github.com/staempfli/symlinker-pro/pulls)1GPL-3.0PHP

Since Mar 6Pushed 5y ago3 watchersCompare

[ Source](https://github.com/staempfli/symlinker-pro)[ Packagist](https://packagist.org/packages/staempfli/symlinker-pro)[ RSS](/packages/staempfli-symlinker-pro/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (9)Used By (1)

symlinker-pro
=============

[](#symlinker-pro)

[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://camo.githubusercontent.com/14a8e7234bd98508cfd9903b34d873f772f8bad5efc410eddd157e9561fa51e6/687474703a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f6c61746573742f6162616e646f6e65642e737667)](http://www.repostatus.org/#abandoned)

##### Relative symlinks creator

[](#relative-symlinks-creator)

Small tool that creates **relative** symlinks from given paths. A file containing a bunch of paths can also be given to create multiple symlinks in a single run.

Features
--------

[](#features)

- **Relative reference** from destination to source is automatically calculated from given paths
- `relative` and `absolute` paths combination supported
- Create bunch of symlinks from file content
- Recursive symlinks using `/*` and `/**`

Demo
----

[](#demo)

[ ![symlinker-pro demo playlist](docs/images/playlist-thumbnail.png)](https://www.youtube.com/watch?v=0GZL3r5rO2E&list=PLBt8dizedSZCpTXeS71BQdwK7VT5F6kMz)Installation
------------

[](#installation)

### Option1: Using Composer

[](#option1-using-composer)

```
composer require "staempfli/symlinker-pro":"~1.0"

```

### Option2: Downloading .phar

[](#option2-downloading-phar)

```
wget https://github.com/staempfli/symlinker-pro/releases/download//symlinker-pro.phar
chmod +x ./symlinker-pro.phar
sudo mv ./symlinker-pro.phar /usr/local/bin/symlinker-pro

```

Usage
-----

[](#usage)

2 possibilities:

- Single symlink:

    ```
     symlinker-pro create:link

    ```
- Multiple symlinks from file:

    ```
     symlinker-pro create:from:file

    ```

### File paths content format

[](#file-paths-content-format)

A symlink definition per line with `=>` symbol to separate `source_path` and `destination_path`:

```
source_path=>destination_path
source_path2=>destination_path2
source_path3=>destination_path3

```

If your destination paths should be calculated from a different path than the current root, you can use `--dest-prefix-path` option when running `create:from:file`

Requirements
------------

[](#requirements)

- PHP &gt;= 5.5

Developers
----------

[](#developers)

- [Juan Alonso](https://github.com/jalogut)

Licence
-------

[](#licence)

[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0)

Copyright
---------

[](#copyright)

(c) 2016 Staempfli AG

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~153 days

Recently: every ~191 days

Total

6

Last Release

2641d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/402069?v=4)[Marcel Hauri](/maintainers/mhauri)[@mhauri](https://github.com/mhauri)

![](https://www.gravatar.com/avatar/71706506f6589b5436c45edfcf1ae57d8ced0d5571c06fdd48cf97d41b0bbcb8?d=identicon)[staempfli-webteam](/maintainers/staempfli-webteam)

![](https://www.gravatar.com/avatar/0039026286692f2f4f9df99a2625870ca1b157114920093ce0ff89fb5756e064?d=identicon)[audef1](/maintainers/audef1)

---

Top Contributors

[![jalogut](https://avatars.githubusercontent.com/u/6410900?v=4)](https://github.com/jalogut "jalogut (18 commits)")[![audef1](https://avatars.githubusercontent.com/u/4160004?v=4)](https://github.com/audef1 "audef1 (3 commits)")

### Embed Badge

![Health badge](/badges/staempfli-symlinker-pro/health.svg)

```
[![Health](https://phpackages.com/badges/staempfli-symlinker-pro/health.svg)](https://phpackages.com/packages/staempfli-symlinker-pro)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)[dagger/dagger

Dagger PHP SDK

261.1k](/packages/dagger-dagger)

PHPackages © 2026

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