PHPackages                             biont/wordpress-asset-bundles - 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. biont/wordpress-asset-bundles

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

biont/wordpress-asset-bundles
=============================

Bundle all kinds of assets and enqueue them at once

21.0kPHP

Since Jan 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Biont/WordPress-Asset-Bundles)[ Packagist](https://packagist.org/packages/biont/wordpress-asset-bundles)[ RSS](/packages/biont-wordpress-asset-bundles/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WordPress Asset Bundles
=======================

[](#wordpress-asset-bundles)

This is a small library that allows developers to create bundles of various asset types. Scripts, styles and other, custom asset types can be registered as a package. All assets are enqueued together when the AssetBundle is enqueued.

Installation
------------

[](#installation)

Fetch this package via composer: `composer require biont/wordpress-asset-bundles`

Usage
-----

[](#usage)

```
$bundle  => new AssetBundle( 'my_bundle', [
    new Script(
    // Script handle
    'my_asset_js',
    // Script path
    $asset_dir . 'js/asset.js',
    // Dependencies
    [ 'jquery' ]
    ),
	new Style( 'my_asset_css', $asset_dir . 'css/asset.css' ),
] );
$bundle->register();

// Call $bundle->enqueue() whenever you need your assets
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16e124446e13d0c8773106688a571f7afc645474750a5d8e7489e568f67d2822?d=identicon)[Biont](/maintainers/Biont)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/biont-wordpress-asset-bundles/health.svg)

```
[![Health](https://phpackages.com/badges/biont-wordpress-asset-bundles/health.svg)](https://phpackages.com/packages/biont-wordpress-asset-bundles)
```

PHPackages © 2026

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