PHPackages                             dustingraham/asset-manager - 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. dustingraham/asset-manager

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

dustingraham/asset-manager
==========================

Asset manager integrating assetic into Laravel 4

v1.0(11y ago)125MITPHPPHP &gt;=5.3.0

Since Jun 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dustingraham/asset-manager)[ Packagist](https://packagist.org/packages/dustingraham/asset-manager)[ RSS](/packages/dustingraham-asset-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (1)Used By (0)

Asset Manager
=============

[](#asset-manager)

Support functionality for assetic to integrate into Laravel 4 and handle configuration.

Composer
--------

[](#composer)

Add to your composer.json "require": { "dustingraham/asset-manager": "dev-master" },

Run `composer update`

Laravel
-------

[](#laravel)

Once installed, add the service provider and alias to `app/config/app.php`.

```
'providers' => array (
    ...
    'Aja\AssetManager\ServiceProvider',
    ...
),
'aliases' => array (
    ...
    'Asset' => 'Aja\AssetManager\Facades\Asset',
    ...
),

```

Config
------

[](#config)

Publish the config file.

```
> php artisan config:publish dustingraham/asset-manager

```

Usage
-----

[](#usage)

Compile production assets using

```
> php artisan aja:asset

```

Include the tags to output CSS and JS respectively.

```

        ...

        ...

        ...

        ...

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4341d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44ac7c0d4367eeedabf3e9186cb9feb553b54bb33624e74e5d6e2efa5ec317fa?d=identicon)[dustingraham](/maintainers/dustingraham)

---

Top Contributors

[![dustingraham](https://avatars.githubusercontent.com/u/1414400?v=4)](https://github.com/dustingraham "dustingraham (10 commits)")

### Embed Badge

![Health badge](/badges/dustingraham-asset-manager/health.svg)

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

###  Alternatives

[devfactory/minify

A package for minifying styles and javascript for laravel 5

87363.5k14](/packages/devfactory-minify)[nodejs-php-fallback/uglify

PHP wrapper to execute uglify-js/clean-css node package or fallback to PHP alternatives

17143.4k3](/packages/nodejs-php-fallback-uglify)[joseki/webloader-filters

This is an extension of janmarek/webloader. This extension contains filters to minify js and css.

12229.1k8](/packages/joseki-webloader-filters)[toopay/assetic-minifier

Assetic Filter for pure PHP JS and CSS minification

1356.8k3](/packages/toopay-assetic-minifier)[trentrichardson/cakephp-shrink

Compiles, combines, and minifies javascript, coffee, less, scss, and css

1619.3k](/packages/trentrichardson-cakephp-shrink)[alexandresalome/assetic-extra-bundle

Extra feature for Assetic (asset directory)

1811.4k](/packages/alexandresalome-assetic-extra-bundle)

PHPackages © 2026

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