PHPackages                             joacub/assetmanager - 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. joacub/assetmanager

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

joacub/assetmanager
===================

An assetmanager module for expressive.

1.6.0(10y ago)030BSD-2-ClausePHPPHP &gt;=5.3.3

Since Sep 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/joacub/AssetManager)[ Packagist](https://packagist.org/packages/joacub/assetmanager)[ Docs](https://github.com/RWOverdijk/AssetManager)[ RSS](/packages/joacub-assetmanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (10)Versions (33)Used By (0)

AssetManager
============

[](#assetmanager)

By [Wesley Overdijk](http://blog.spoonx.nl/) and [Marco Pivetta](http://ocramius.github.com/)

[![Build Status](https://camo.githubusercontent.com/531e947caa8512531d5129239068b4d0df9a1aae8a683daef051f8bc3c3714e7/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f52574f76657264696a6b2f41737365744d616e616765722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/RWOverdijk/AssetManager)[![Latest Stable Version](https://camo.githubusercontent.com/de4e1f3ae631d1a2e31cf45fd3d2c249e4cabe5d5ef8438603fce6d3ed342f1d/68747470733a2f2f706f7365722e707567782e6f72672f52574f76657264696a6b2f41737365744d616e616765722f762f737461626c652e706e67)](https://packagist.org/packages/RWOverdijk/AssetManager)

Introduction
------------

[](#introduction)

This module is intended for usage with a default directory structure of a [ZendSkeletonApplication](https://github.com/zendframework/ZendSkeletonApplication/). It provides functionality to load assets and static files from your module directories through simple configuration. This allows you to avoid having to copy your files over to the `public/` directory, and makes usage of assets very similar to what already is possible with view scripts, which can be overridden by other modules. In a nutshell, this module allows you to package assets with your module working *out of the box*.

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

[](#installation)

1. Require assetmanager:

```
./composer.phar require rwoverdijk/assetmanager
#when asked for a version, type "1.*".
```

Usage
-----

[](#usage)

Take a look at the **[wiki](https://github.com/RWOverdijk/AssetManager/wiki)** for a quick start and more information. A lot, if not all of the topics, have been covered in-dept there.

**Sample module config:**

```
