PHPackages                             ada/zf-assetic - 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. ada/zf-assetic

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

ada/zf-assetic
==============

31162PHP

Since Feb 1Pushed 13y agoCompare

[ Source](https://github.com/ada-consultants/ZfAssetic)[ Packagist](https://packagist.org/packages/ada/zf-assetic)[ RSS](/packages/ada-zf-assetic/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZfAssetic
=========

[](#zfassetic)

ZfAssetic is two ViewHelper that helps developper to integrate [Assetic](https://github.com/kriswallsmith/assetic) in Zend Framework views.

```

```

Install
-------

[](#install)

1. Add the directory ZfAssetic to your include\_path
2. Use a psr-0 compatible autoloader. Add the namespace "ZfAssetic" to your autoloader
3. Register the classes ZfAssetic\_ViewHelper\_CssAsset and ZfAssetic\_ViewHelper\_ScriptAsset in your view.

Configuration
-------------

[](#configuration)

To use these helpers, you have to create an Assetic AssetFactory that manages filters. The factory can then be added directly to the helper using the method `setAssetFactory()` or by setting the key AssetFactory to the Zend\_Registry :

```
