PHPackages                             freefair/resource-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. freefair/resource-bundle

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

freefair/resource-bundle
========================

This Bundle proviedes functionality for bundeling and minifing resources

v0.2.2(9y ago)037[1 PRs](https://github.com/freefair/resourcebundle/pulls)MITPHPPHP &gt;=5.5.9

Since Feb 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/freefair/resourcebundle)[ Packagist](https://packagist.org/packages/freefair/resource-bundle)[ Docs](http://freefair.io)[ RSS](/packages/freefair-resource-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Symfony Resource Bundle
=======================

[](#symfony-resource-bundle)

Configuration
-------------

[](#configuration)

```
resource_bundle:
    asset_dir: "assets"                             # path to directory where assets are located
    bower_dir: "assets/bower"                       # path to directory where to find bower-components
    bundles:
        style:
            minify: false                           # If true bundled files will minified before delivery
            debug: true                             # If true files are not bundled
            name: "TestCssBundle"                   # Just a free text
            type: "text/css"                        # Mime-Type of files containing in this bundle
            files:
                - "bower:angular-material"          # Bower component matching
                - "css/style.css"                   # Simple file matching
                - "css/*.css"                       # Wildcard file matching (** matching sub directories)
                - "file:regex:css/([^/]+).css"      # Regular expression file matching
```

Usage in TWIG
-------------

[](#usage-in-twig)

```
{{ renderBundle("style") }}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3628d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6142358?v=4)[Dennis Fricke](/maintainers/Frisch12)[@Frisch12](https://github.com/Frisch12)

---

Top Contributors

[![Frisch12](https://avatars.githubusercontent.com/u/6142358?v=4)](https://github.com/Frisch12 "Frisch12 (9 commits)")

---

Tags

bundlejavascriptcssJSscssassetsresourcesbundleingminifing

### Embed Badge

![Health badge](/badges/freefair-resource-bundle/health.svg)

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

###  Alternatives

[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k32.3M428](/packages/matthiasmullie-minify)[stolz/assets

An ultra-simple-to-use assets management library

289527.4k8](/packages/stolz-assets)[efficiently/larasset

Larasset is a library for Laravel 5 which manage assets in an easy way.

684.8k](/packages/efficiently-larasset)

PHPackages © 2026

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