PHPackages                             de-swebhosting/typo3-surf-hardlink-release - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. de-swebhosting/typo3-surf-hardlink-release

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

de-swebhosting/typo3-surf-hardlink-release
==========================================

Hardlink releases for TYPO3 Surf

v1.1.0(3y ago)06231GPL-3.0-or-laterPHPPHP &gt;=8.0 &lt;8.3CI passing

Since Oct 14Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/astehlik/typo3-surf-hardlink-release)[ Packagist](https://packagist.org/packages/de-swebhosting/typo3-surf-hardlink-release)[ RSS](/packages/de-swebhosting-typo3-surf-hardlink-release/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (1)

TYPO3 Surf hardlink release
===========================

[](#typo3-surf-hardlink-release)

[![Run tests and linting](https://github.com/astehlik/typo3-surf-hardlink-release/actions/workflows/test.yml/badge.svg)](https://github.com/astehlik/typo3-surf-hardlink-release/actions/workflows/test.yml)

This repo provides a task for [TYPO3 Surf](https://github.com/TYPO3/Surf)to release your application with hardlinks instead of softlinks.

How it works
------------

[](#how-it-works)

When the application is released, the release directory is copied to next using hardlinks:

```
cp -al 20201228192426 next
```

To switch the release to the new version, the directories current and next are moved:

```
mv ./current ./previous
mv ./next ./current
```

How to use
----------

[](#how-to-use)

In the `registerTasks()` method of your application you can use the `HardlinkReleaseRegisterer` to replace the symlink release with a hardlink release:

```
(new \De\SWebhosting\TYPO3Surf\HardlinkReleaseRegisterer())
    ->replaceSymlinkWithHardlinkRelease($workflow, $this);
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

Total

2

Last Release

1143d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.4 &lt;8.2

v1.1.0PHP &gt;=8.0 &lt;8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/956513?v=4)[Alexander Stehlik](/maintainers/astehlik)[@astehlik](https://github.com/astehlik)

---

Top Contributors

[![astehlik](https://avatars.githubusercontent.com/u/956513?v=4)](https://github.com/astehlik "astehlik (31 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/de-swebhosting-typo3-surf-hardlink-release/health.svg)

```
[![Health](https://phpackages.com/badges/de-swebhosting-typo3-surf-hardlink-release/health.svg)](https://phpackages.com/packages/de-swebhosting-typo3-surf-hardlink-release)
```

###  Alternatives

[sarfraznawaz2005/servermonitor

Laravel package to periodically monitor the health of your server and website.

19613.5k1](/packages/sarfraznawaz2005-servermonitor)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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