PHPackages                             barryvdh/laravel-assetic - 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. barryvdh/laravel-assetic

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

barryvdh/laravel-assetic
========================

v0.1.0(12y ago)362.3k5[3 issues](https://github.com/barryvdh/laravel-assetic/issues)PHPPHP &gt;=5.3.0

Since Jun 30Pushed 11y ago2 watchersCompare

[ Source](https://github.com/barryvdh/laravel-assetic)[ Packagist](https://packagist.org/packages/barryvdh/laravel-assetic)[ RSS](/packages/barryvdh-laravel-assetic/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

Assetic for Laravel
-------------------

[](#assetic-for-laravel)

A ServiceProvider based on

Install via composer, add the ServiceProvider and configure assets/filters in the config.

Add this package to composer.json

```
"require": {
    ..
    "barryvdh/laravel-assetic": "0.1.x"
}

```

And run `composer update`. If you get the error, **barryvdh/laravel-assetic dev-master requires kriswallsmith/assetic ~1.2 -&gt; no matching package found**, you might need to add or change your composer.json settings to the following:

```
{

    ...
    "minimum-stability": "dev",
    "prefer-stable": true

}

```

Then add the ServiceProvider to the providers array in app/config/app.php

```
'providers' => array(
    ..
    'Barryvdh\Assetic\AsseticServiceProvider',
)

```

Finally publish the config file (`php artisan config:publish barryvdh/laravel-assetic`) and add your filters to the config.

```
// app/config/packages/barryvdh/laravel-assetic/config.php
'filter_manager' => function(FilterManager $fm){
     $fm->set('less', new \Assetic\Filter\LessphpFilter());
     $fm->set('cssmin', new Assetic\Filter\CssMinFilter);
     $fm->set('jsmin', new Assetic\Filter\JSMinFilter);
     $fm->set('cssrewrite', new Assetic\Filter\CssRewriteFilter());
},

```

When Twig is installed, the Assetic Extension can be used. Be sure to include the AsseticServiceProvider AFTER the TwigServiceProvider

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% 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

Unknown

Total

1

Last Release

4387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dad47b02be23edb7094a151b4b1ce7e9cb56b75cd87cd3341d140e1e1e9cd0e4?d=identicon)[barryvdh](/maintainers/barryvdh)

---

Top Contributors

[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (23 commits)")[![epicserve](https://avatars.githubusercontent.com/u/191620?v=4)](https://github.com/epicserve "epicserve (1 commits)")[![novitskiy-aleksei](https://avatars.githubusercontent.com/u/2851476?v=4)](https://github.com/novitskiy-aleksei "novitskiy-aleksei (1 commits)")[![radmen](https://avatars.githubusercontent.com/u/1190255?v=4)](https://github.com/radmen "radmen (1 commits)")

### Embed Badge

![Health badge](/badges/barryvdh-laravel-assetic/health.svg)

```
[![Health](https://phpackages.com/badges/barryvdh-laravel-assetic/health.svg)](https://phpackages.com/packages/barryvdh-laravel-assetic)
```

###  Alternatives

[illuminate/session

The Illuminate Session package.

9939.3M850](/packages/illuminate-session)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

16165.1M3.2k](/packages/illuminate-filesystem)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[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)
