PHPackages                             elnebuloso/bundler-markup - 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. elnebuloso/bundler-markup

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

elnebuloso/bundler-markup
=========================

markup renderer for bundler

9.0.0(10y ago)04801MITPHPPHP &gt;=5.4.0

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/elnebuloso/bundler-markup)[ Packagist](https://packagist.org/packages/elnebuloso/bundler-markup)[ RSS](/packages/elnebuloso-bundler-markup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (1)

bundler-markup
==============

[](#bundler-markup)

[![abandoned](https://camo.githubusercontent.com/8647476f20aab6e511c7963e8fcdf568402036fcdb17e0b54b25bccf3b20381e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f6a6563742d6162616e646f6e65642d726564)](https://camo.githubusercontent.com/8647476f20aab6e511c7963e8fcdf568402036fcdb17e0b54b25bccf3b20381e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f6a6563742d6162616e646f6e65642d726564)

markup renderer for bundler

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM

Coding Standards
----------------

[](#coding-standards)

Bundler follows the standards defined in the PSR-0, PSR-1, PSR-2 and PSR-4 documents.

Installation / Usage
--------------------

[](#installation--usage)

Via Composer

```
{
    "require-dev": {
        "elnebuloso/bundler-markup": "~9.0"
    }
}
```

Stylesheet Markup rendered by Bundler Stylesheet Config Files
-------------------------------------------------------------

[](#stylesheet-markup-rendered-by-bundler-stylesheet-config-files)

```
$stylesheetMarkup = new StylesheetMarkup();
$stylesheetMarkup->setHost('./');
$stylesheetMarkup->setDevelopment(true);
$stylesheetMarkup->setMinified(true);
$stylesheetMarkup->setVersionized(true);

echo $stylesheetMarkup->getMarkup('stylesheetFoo');
```

Javascript Markup rendered by Bundler Javascript Config Files
-------------------------------------------------------------

[](#javascript-markup-rendered-by-bundler-javascript-config-files)

```
$javascriptMarkup = new JavascriptMarkup();
$javascriptMarkup->setHost('./');
$javascriptMarkup->setDevelopment(true);
$javascriptMarkup->setMinified(true);
$javascriptMarkup->setVersionized(true);

echo $javascriptMarkup->getMarkup('javascriptFoo');
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Recently: every ~72 days

Total

7

Last Release

3823d ago

Major Versions

8.1.5 → 9.0.02015-11-23

PHP version history (3 changes)8.0.1PHP ~5.3

8.1.2PHP &gt;=5.3.0

9.0.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1664114?v=4)[Jeff Tunessen](/maintainers/elnebuloso)[@elnebuloso](https://github.com/elnebuloso)

---

Top Contributors

[![elnebuloso](https://avatars.githubusercontent.com/u/1664114?v=4)](https://github.com/elnebuloso "elnebuloso (14 commits)")

---

Tags

javascriptminifierphpstylesheetsjavascriptcssJSstylesheetbundlingminifying

### Embed Badge

![Health badge](/badges/elnebuloso-bundler-markup/health.svg)

```
[![Health](https://phpackages.com/badges/elnebuloso-bundler-markup/health.svg)](https://phpackages.com/packages/elnebuloso-bundler-markup)
```

###  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.0k30.5M336](/packages/matthiasmullie-minify)[stolz/assets

An ultra-simple-to-use assets management library

296519.2k8](/packages/stolz-assets)[dotsunited/bundlefu

BundleFu is a PHP 5.3+ library which bundles multiple css/javascript files into a big package and sends it out at once

7028.5k3](/packages/dotsunited-bundlefu)

PHPackages © 2026

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