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

ActiveLibrary

teepluss/asset
==============

Laravel 4 Assets Manage

212.9k16[1 PRs](https://github.com/teepluss/laravel4-asset/pulls)PHP

Since Aug 18Pushed 12y ago3 watchersCompare

[ Source](https://github.com/teepluss/laravel4-asset)[ Packagist](https://packagist.org/packages/teepluss/asset)[ RSS](/packages/teepluss-asset/feed)WikiDiscussions master Synced 1mo ago

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 `"teepluss/asset": "dev-master"` to the `require` section of your `composer.json` so that it should look something the code below.

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

```

### Laravel Side

[](#laravel-side)

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

```
'Teepluss\Asset\AssetServiceProvider',
```

so that it'll look something like the following

```
'providers' => array(

	...
	...
	...
	'Teepluss\Asset\AssetServiceProvider',

),
```

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

```
'Asset' => 'Teepluss\Asset\Facades\Asset'
```

so that it'll look something like the following

```
'aliases' => array(

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

),
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/98f73b54567183f49c41533fc0c05cfffccdf5ed4f0351e3065d62d14779d26f?d=identicon)[teepluss](/maintainers/teepluss)

---

Top Contributors

[![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/teepluss-asset/health.svg)

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

PHPackages © 2026

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