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(12y ago)028MITPHPPHP &gt;=5.3.3

Since Jun 6Pushed 12y 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 2d 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 35% 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

4455d 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

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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