PHPackages                             supsign/composer-zip - 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. supsign/composer-zip

ActiveLibrary

supsign/composer-zip
====================

Composer script handling for zipping Files

1.0.4(5y ago)115↓100%MITPHP

Since Apr 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/supsign/composer-zip)[ Packagist](https://packagist.org/packages/supsign/composer-zip)[ RSS](/packages/supsign-composer-zip/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Symlink Handler
===============

[](#symlink-handler)

Composer script handling creation of symlinks inside your composer project.

*Note:* Symlinks will become files copy when composer is run with `--no-dev`

Installation
============

[](#installation)

Installation can be done as usually using composer. `composer require supsign/composer-symlinks`

Usage
=====

[](#usage)

Add the following in your root `composer.json` file:

```
"require": {
    "supsign/composer-symlinks": "dev-master"
},
"scripts": {
    "post-install-cmd": [
        "Supsign\\ComposerSymlinks\\ScriptHandler::createSymlinks"
    ],
    "post-update-cmd": [
        "Supsign\\ComposerSymlinks\\ScriptHandler::createSymlinks"
    ]
},
"extra": {
    "symlinks": {
        "components": "web/components"
    }
}
```

After running either `composer install` or `composer update`, components folder will be accessible from your web folder `web/components/`.

But of course, you have to be careful when making symlinks to a folder which is publicly accessible.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

5

Last Release

2103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47874a2b9addf82d99f501a63bb53b38b20ddfae56b0313e1a044222c84acffb?d=identicon)[fabcocco](/maintainers/fabcocco)

---

Top Contributors

[![fabcocco](https://avatars.githubusercontent.com/u/24480931?v=4)](https://github.com/fabcocco "fabcocco (29 commits)")

---

Tags

composerscriptsymlink

### Embed Badge

![Health badge](/badges/supsign-composer-zip/health.svg)

```
[![Health](https://phpackages.com/badges/supsign-composer-zip/health.svg)](https://phpackages.com/packages/supsign-composer-zip)
```

###  Alternatives

[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M62](/packages/jean85-pretty-package-versions)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[composer/metadata-minifier

Small utility library that handles metadata minification and expansion.

181115.0M13](/packages/composer-metadata-minifier)

PHPackages © 2026

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