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

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

fabiankoestring/assetmanager
============================

An assetmanager module for Laminas.

5.0.0(3y ago)08.4kBSD-2-ClausePHPPHP ^7.3 || ^8.0

Since Sep 6Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (14)Versions (39)Used By (0)

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

[](#assetmanager)

By [Wesley Overdijk](https://spoonx.studio/) 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 [LaminasSkeletonApplication](https://github.com/laminas/laminas-mvc-skeleton/). 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 "2.*" when using Laminas. When using Zend Framework 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:**

```
