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 5d 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 46% 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

3180d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5508270?v=4)[Philipp Daniels](/maintainers/phaldan)[@phaldan](https://github.com/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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[magento/community-edition

Magento 2 (Open Source)

12.1k54.3k13](/packages/magento-community-edition)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.2k1.2k](/packages/wheelpros-fitment-platform-api)[concrete5/core

Concrete core subtree split

20168.4k54](/packages/concrete5-core)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

192484.7k41](/packages/brianhenryie-strauss)

PHPackages © 2026

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