PHPackages                             phaldan/asset-builder - 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. phaldan/asset-builder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phaldan/asset-builder
=====================

1.1.0(8y ago)12MITPHP

Since Jan 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phaldan/asset-builder)[ Packagist](https://packagist.org/packages/phaldan/asset-builder)[ RSS](/packages/phaldan-asset-builder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

Asset-Builder
=============

[](#asset-builder)

PHP library to define bundles based on dynamic lists of JavaScript and CSS files via glob. Additional features are JavaScript and CSS minification. Also supports LESS and SASS to CSS transformation.

Usage
-----

[](#usage)

```
use Phaldan\AssetBuilder\AssetBuilder;

$app = new AssetBuilder();

print $app->createProduction(__DIR__.DIRECTORY_SEPARATOR, 'assets/css')
  ->addGroups([
    "bundle.css" => $app->getGlobFileList([
      "assets/css/bootstrap.min.css",
      "modules/*/css/*.css",
      "modules/*/css/*.scss",
      "modules/*/css/*.less",
    ]),
    "bundle.js" => $app->getGlobFileList([
      "assets/js/jquery.min.js",
      "assets/js/bootstrap.min.js",
      "modules/*/js/*.js",
    ])
  ])
  ->setCachePath(__DIR__.DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR)
  ->execute($_GET["bundle"]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

3089d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96588edf94180523a43b7bc9310802519a4df51f40a66a014671f8995fdee283?d=identicon)[phaldan](/maintainers/phaldan)

---

Top Contributors

[![phaldan](https://avatars.githubusercontent.com/u/5508270?v=4)](https://github.com/phaldan "phaldan (128 commits)")

---

Tags

php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phaldan-asset-builder/health.svg)

```
[![Health](https://phpackages.com/badges/phaldan-asset-builder/health.svg)](https://phpackages.com/packages/phaldan-asset-builder)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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