Download the PHP package rwoverdijk/assetmanager without Composer
On this page you can find all versions of the php package rwoverdijk/assetmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rwoverdijk/assetmanager
More information about rwoverdijk/assetmanager
Files in rwoverdijk/assetmanager
Package assetmanager
Short Description An assetmanager module for Laminas.
License BSD-2-Clause
Homepage https://github.com/RWOverdijk/AssetManager
Informations about the package assetmanager
AssetManager
By Wesley Overdijk and Marco Pivetta
⚠️ No longer maintained
Every now and then a PR might be merged, but it's probably for the best to use a fork.
PRs without enough reputable approvals will not be merged.
Introduction
This module is intended for usage with a default directory structure of a
LaminasSkeletonApplication. 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
- Require assetmanager:
Usage
Take a look at the 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:
Please be careful, since this module will serve every file as-is, including PHP code.
Questions / support
If you're having trouble with the asset manager there are a couple of resources that might be of help.
- Join us on gitter
- The FAQ wiki page, where you'll perhaps find your answer.
- RWOverdijk at irc.freenode.net #zftalk.dev or #spoonx
- Issue tracker. (Please try to not submit unrelated issues).
Todo
The task list has been slimmed down a lot lately. However, there are still a couple of things that should be done.
- Renewing the cache
All versions of assetmanager with dependencies
laminas/laminas-modulemanager Version ^2.7.2
laminas/laminas-stdlib Version ^3.2.1
laminas/laminas-servicemanager Version ^2.7.6 || ^3.1.1
laminas/laminas-loader Version ^2.5.1
laminas/laminas-eventmanager Version ^2.6.3 || ^3.0.1
laminas/laminas-mvc Version ^2.7.9 || ^3.0.2
assetic/framework Version ^2.0
laminas/laminas-dependency-plugin Version ^2.0