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

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

dennisenderink/asset
====================

Laravel 4 Assets Manage

01.3kPHP

Since Nov 5Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

A port of Laravel 3's Asset class. Made to work with Laravel 4.

Usage
-----

[](#usage)

### Composer Side

[](#composer-side)

add `"dennisenderink/asset": "dev-master"` to the `require` section of your `composer.json` so that it should look something the code below.

```
...
...
...
"require": {
	...
	...
	...
	"dennisenderink/asset": "dev-master"
},
...
...
...

```

### Laravel Side

[](#laravel-side)

add the following code to the `providers` section of the `app/config/app.php` file

```
'Dennisenderink\Asset\AssetServiceProvider',
```

so that it'll look something like the following

```
'providers' => array(

	...
	...
	...
	'Dennisenderink\Asset\AssetServiceProvider',

),
```

and add the following code to the `aliases` section of the `app/config/app.php` file

```
'Asset' => 'Dennisenderink\Asset\Facades\Asset'
```

so that it'll look something like the following

```
'aliases' => array(

	...
	...
	...
	'Asset'       => 'Dennisenderink\Asset\Facades\Asset',

),
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b266fbc7c6022e0bd39e3e1f06d75029dda33bae8d4a109d79824cb6f3bbf18?d=identicon)[dennisenderink](/maintainers/dennisenderink)

---

Top Contributors

[![dennisenderink](https://avatars.githubusercontent.com/u/329734?v=4)](https://github.com/dennisenderink "dennisenderink (4 commits)")[![anhskohbo](https://avatars.githubusercontent.com/u/1529454?v=4)](https://github.com/anhskohbo "anhskohbo (1 commits)")[![laznik](https://avatars.githubusercontent.com/u/198894?v=4)](https://github.com/laznik "laznik (1 commits)")[![michaelaguiar](https://avatars.githubusercontent.com/u/138890?v=4)](https://github.com/michaelaguiar "michaelaguiar (1 commits)")

### Embed Badge

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

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

###  Alternatives

[corneltek/assetkit

High performance asset manager.

531.4k3](/packages/corneltek-assetkit)

PHPackages © 2026

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