PHPackages                             jield-webdev/laminas-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. jield-webdev/laminas-assetmanager

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

jield-webdev/laminas-assetmanager
=================================

An assetmanager module for Laminas

v4.0(1y ago)263.0k↑141%1[4 PRs](https://github.com/jield-webdev/laminas-assetmanager/pulls)1BSD-2-ClausePHPPHP ~8.3.0 || ~8.4.0CI passing

Since Apr 28Pushed 1y agoCompare

[ Source](https://github.com/jield-webdev/laminas-assetmanager)[ Packagist](https://packagist.org/packages/jield-webdev/laminas-assetmanager)[ Docs](https://github.com/jield-webdev/laminas-assetmanager)[ RSS](/packages/jield-webdev-laminas-assetmanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (12)Versions (12)Used By (1)

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

[](#assetmanager)

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

Updated to laminas by [Johan van der Heide](https://jield.nl)

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

[](#introduction)

This module is intended for usage with a default directory structure of a [Laminas Skeleton Application](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 jield-webdev/laminas-assetmanager
#when asked for a version, type "1.*".
```

Usage
-----

[](#usage)

**Sample module config:**

```
