PHPackages                             tystuyfzand/asset-combiner - 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. tystuyfzand/asset-combiner

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

tystuyfzand/asset-combiner
==========================

An asset combiner for PHP

v1.1.0(1y ago)077MITPHP

Since May 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tystuyfzand/asset-combiner)[ Packagist](https://packagist.org/packages/tystuyfzand/asset-combiner)[ RSS](/packages/tystuyfzand-asset-combiner/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (18)Used By (0)

Asset Combiner for Laravel
==========================

[](#asset-combiner-for-laravel)

[OctoberCMS'](https://octobercms.com) Asset Combiner for Laravel, with a few extra features.

Why
---

[](#why)

Compiling LESS/SASS/JS is a pain, especially during development. In many projects I found that this feature of OctoberCMS simplified a lot of the hassle.

What changed
------------

[](#what-changed)

Compiled scripts/styles can be uploaded to storage, allowing use from a CDN or local storage.

Support for other forms of caching and output are planned, along with many more features.

Installing
----------

[](#installing)

Install the package:

```
composer require tystuyfzand/assetcombiner

```

If you intend to use the `controller` option for generating files, register the route:

```
Route::get('/combine/{file}', 'AssetCombiner\Controllers\CombinerController');

```

Publis the config:

```
php artisan vendor:publish --provider="AssetCombiner\\AssetCombinerServiceProvider"

```

Using
-----

[](#using)

In your code or template, you can combine a list of files:

```
CombineAssets::combine([ 'assets/less/file.less' ], resource_path());
```

Example:

```

```

License
-------

[](#license)

To maintain compatibility with OctoberCMS and the code borrowed/forked from the library, this library is licensed under the MIT license.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

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

Recently: every ~383 days

Total

17

Last Release

592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b226f8c12e79824ab6e0aaa996b34bacd8439decd9c3270a2692405fcc8f848?d=identicon)[tystuyfzand](/maintainers/tystuyfzand)

---

Top Contributors

[![tystuyfzand](https://avatars.githubusercontent.com/u/16365368?v=4)](https://github.com/tystuyfzand "tystuyfzand (21 commits)")

### Embed Badge

![Health badge](/badges/tystuyfzand-asset-combiner/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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