PHPackages                             netgusto/distribution-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. netgusto/distribution-bundle

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

netgusto/distribution-bundle
============================

Symfony2 Project Distribution helper Bundle

v1.0.0(11y ago)028MITPHPPHP &gt;=5.3.3

Since Jun 6Pushed 11y agoCompare

[ Source](https://github.com/netgusto/Symfony-DistributionBundle)[ Packagist](https://packagist.org/packages/netgusto/distribution-bundle)[ Docs](https://github.com/netgusto/Symfony-DistributionBundle)[ RSS](/packages/netgusto-distribution-bundle/feed)WikiDiscussions master Synced 6d ago

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

Symfony-DistributionBundle
==========================

[](#symfony-distributionbundle)

Forwarding assets packages to web dir
-------------------------------------

[](#forwarding-assets-packages-to-web-dir)

In app/config.yaml

```
netgusto_distribution:
    assets_forwarding:
        dest_dir: ~
        packages:
            - some/package
            - some/otherpackage
```

In composer.json

```
{
    '...',
    "scripts": {
        "post-install-cmd": [
            '...',
            "Netgusto\\DistributionBundle\\Composer\\ScriptHandler::forwardAssetsToWebDir"
        ],
        "post-update-cmd": [
            '...',
            "Netgusto\\DistributionBundle\\Composer\\ScriptHandler::forwardAssetsToWebDir"
        ]
    },
    '...',
}
```

In app/AppKernel.php

```
$bundles = array(
    // ...
    new Netgusto\DistributionBundle\NetgustoDistributionBundle(),
    // ...
);
```

Packages will be forwarded to `web/vendor` at `composer install`, and at every `composer update`.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4363d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d31265ab8dcd891cf8c76a0eb7de6be535c32f80c4d50cc58a3c7f53b1ffe4?d=identicon)[netgusto](/maintainers/netgusto)

---

Tags

symfonydistribution

### Embed Badge

![Health badge](/badges/netgusto-distribution-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/netgusto-distribution-bundle/health.svg)](https://phpackages.com/packages/netgusto-distribution-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[craue/config-bundle

Database-stored settings made available via a service for your Symfony project.

1771.0M4](/packages/craue-config-bundle)[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18168.6k](/packages/ekreative-uuid-extra-bundle)

PHPackages © 2026

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