PHPackages                             tss/assets-install-windows-bundle - 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. tss/assets-install-windows-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tss/assets-install-windows-bundle
=================================

Creates similar assets:install symlinks in Windows with mklink

1201

Since Apr 11Compare

[ Source](https://github.com/radutopala/TSSAssetsInstallWindowsBundle)[ Packagist](https://packagist.org/packages/tss/assets-install-windows-bundle)[ RSS](/packages/tss-assets-install-windows-bundle/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

TSSAssetsInstallWindowsBundle
=============================

[](#tssassetsinstallwindowsbundle)

Creates assets:install symlinks in Windows with mklink

Installation instructions:

- Easiest way to install is via composer, add those lines to `./composer.json`:

    ```
    ```
    "require": {
      ...
      "tss/assets-install-windows-bundle": "dev-master"
    }

    ```

```

  and then run ```composer.phar install```

- Then enable the bundle in ```./app/AppKernel.php```:

    ```
    public function registerBundles()
    {
        $bundles = array(
                ...
                new TSS\AssetsInstallWindowsBundle\TSSAssetsInstallWindowsBundle(),
            );
    }

```

- You can now create assets symlinks in Windows &gt;= Vista:

    `app/console tss:assets:install web`

Enjoy :)

PS: Thanks @Dilibau for the tip

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/647137?v=4)[Radu Topala](/maintainers/radutopala)[@radutopala](https://github.com/radutopala)

### Embed Badge

![Health badge](/badges/tss-assets-install-windows-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tss-assets-install-windows-bundle/health.svg)](https://phpackages.com/packages/tss-assets-install-windows-bundle)
```

###  Alternatives

[pimcore/number-sequence-generator

Pimcore Number Sequence Generator

11604.2k1](/packages/pimcore-number-sequence-generator)[ircmaxell/php-types

A PHP CFG Type Inference / Reconstruction Engine

361.5k](/packages/ircmaxell-php-types)

PHPackages © 2026

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