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

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

wshafer/assetmanager
====================

An assetmanager module for Zend Framework.

1.4.4(11y ago)0235BSD-2-ClausePHPPHP &gt;=5.3.3

Since Sep 6Pushed 8y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (10)Versions (25)Used By (0)

[![codecov](https://camo.githubusercontent.com/45e4378205b0b0bcb95ad70d19dd5ea0244a2d46b6a0fc4cf3b6b41b1396654e/68747470733a2f2f636f6465636f762e696f2f67682f777368616665722f41737365744d616e616765722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wshafer/AssetManager)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/25a2b36de2511ba80934509fdfa163136b747ecdc533d65be2fbc13c639b46c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f777368616665722f41737365744d616e616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/wshafer/AssetManager/?branch=master)[![Build Status](https://camo.githubusercontent.com/0832152172f38fb14ab85aa16176a51b70afd1d72861e3619af696ebe7f9cb57/68747470733a2f2f7472617669732d63692e6f72672f777368616665722f41737365744d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wshafer/AssetManager)

AssetManager For Zend Framework
===============================

[](#assetmanager-for-zend-framework)

Fork of the original [ZF2 Assetmanager](https://github.com/RWOverdijk/AssetManager)By [Wesley Overdijk](http://blog.spoonx.nl/) and [Marco Pivetta](http://ocramius.github.com/)

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 wshafer/assetmanager:2.0.0-beta2
```

Usage
-----

[](#usage)

Take a look at the **[wiki](https://github.com/wshafer/assetmanager-core/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:**

```
