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

AbandonedLibrary

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

v0.1.0(11y 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 1mo ago

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 64% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

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

4334d 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

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[barryvdh/laravel-translation-manager

Manage Laravel Translations

1.7k3.6M17](/packages/barryvdh-laravel-translation-manager)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[illuminate/session

The Illuminate Session package.

9937.4M753](/packages/illuminate-session)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)

PHPackages © 2026

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