Download the PHP package wshafer/assetmanager without Composer
On this page you can find all versions of the php package wshafer/assetmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wshafer/assetmanager
More information about wshafer/assetmanager
Files in wshafer/assetmanager
Package assetmanager
Short Description An assetmanager module for Zend Framework.
License BSD-2-Clause
Homepage https://github.com/wshafer/AssetManager/wiki
Informations about the package assetmanager
AssetManager For Zend Framework
Fork of the original ZF2 Assetmanager By Wesley Overdijk and Marco Pivetta
Introduction
This module is intended for usage with a default directory structure of a
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
- 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.
- The FAQ wiki page, where you'll perhaps find your answer.
- Issue tracker. (Please try to not submit unrelated issues).
All versions of assetmanager with dependencies
zendframework/zend-modulemanager Version ^2.8.0
wshafer/assetmanager-core Version ^1.0.0
zendframework/zend-psr7bridge Version ^0.2.2
zendframework/zend-mvc Version ^3.1.0
zendframework/zend-component-installer Version ^1.0 || ^0.7.0