PHPackages                             torann/assets - 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. torann/assets

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

torann/assets
=============

Simple asset management for Laravel 4.

0.1.2-Beta(11y ago)13022BSD 2-ClausePHPPHP &gt;=5.3.0

Since Dec 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/torann/laravel-4-assets)[ Packagist](https://packagist.org/packages/torann/assets)[ RSS](/packages/torann-assets/feed)WikiDiscussions master Synced 6d ago

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

Asset Management for Laravel 4 - Alpha
======================================

[](#asset-management-for-laravel-4---alpha)

[![Latest Stable Version](https://camo.githubusercontent.com/6b9efcf20e8ae8d6b3abdb81d130c77bf0daa9af925a43480c2f1e72fb68df66/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f6173736574732f762f737461626c652e706e67)](https://packagist.org/packages/torann/assets) [![Total Downloads](https://camo.githubusercontent.com/462e7e554cbcdd1545cbbce050f6ce27e13825954cbe0ed5f432af1c234ac0d9/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f6173736574732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/torann/assets)

The Torann/Assets package is meant to simplify the creation and maintenance of the essential assets of a Laravel 4 based application.

---

Features
--------

[](#features)

- Supported asset types: LESS, CSS, and JavaScript files.
- Combining and minifying (any combination of the two) are fully supported
- Supports local (including packages) or remote assets
- Pre-compress assets with Gzip
- Organize assets into collections
- Build assets individually within your development environment to maintain debug tool friendliness.
- Asset fingerprinting (with basic support for images)
- Image asset support in LESS

> I do **NOT** plan to add support for other asset types like Coffeescript simply because I want to keep the package footprint as small as possible.

To-Dos
------

[](#to-dos)

- Deploy built collections to remote Content Delivery Network
- More robust support for remotely hosted assets

Installation
------------

[](#installation)

- [Assets on Packagist](https://packagist.org/packages/torann/assets)
- [Assets on GitHub](https://github.com/torann/laravel-4-assets)

To get the latest version of Assets simply require it in your `composer.json` file.

```
"torann/assets": "dev-master"

```

You'll then need to run `composer install` to download it and have the autoloader updated.

Once Cells is installed you need to register the service provider with the application. Open up `app/config/app.php` and find the `providers` key.

Then register the service provider

```
'Torann\Assets\ManagerServiceProvider'
```

> There is no need to add the Facade, the package will add it for you.

Documentation
-------------

[](#documentation)

[View the official documentation](https://github.com/Torann/laravel-4-assets/wiki).

Change Log
----------

[](#change-log)

#### v0.1.1 Alpha

[](#v011-alpha)

- Moved documentation to the wiki
- Added the ability to add fingerprints to images
- Added basic support for CDNs

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

Every ~78 days

Total

3

Last Release

4367d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1406755?v=4)[Daniel Stainback](/maintainers/torann)[@Torann](https://github.com/Torann)

---

Top Contributors

[![Torann](https://avatars.githubusercontent.com/u/1406755?v=4)](https://github.com/Torann "Torann (7 commits)")[![syphernl](https://avatars.githubusercontent.com/u/639906?v=4)](https://github.com/syphernl "syphernl (1 commits)")

---

Tags

laravelassetslaravel4pipelineasset managementasset pipeline

### Embed Badge

![Health badge](/badges/torann-assets/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[stolz/assets

An ultra-simple-to-use assets management library

296519.2k8](/packages/stolz-assets)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[fisharebest/laravel-assets

Asset management for Laravel

208.1k](/packages/fisharebest-laravel-assets)

PHPackages © 2026

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