Registry / utility / assetic-framework

assetic-framework

JSON →
library3.1.6phppackagistunverified

Asset Management for PHP

composer require assetic/framework
INSTALL
IMPORT
SIG · ASSETIC-FRAMEWORK
A
assetic-framework
utilityphpv3.1.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssetCollection
use Assetic\Asset\AssetCollection;

Combine and dump CSS assets

use Assetic\Asset\AssetCollection; use Assetic\Asset\FileAsset; $assets = new AssetCollection([ new FileAsset('css/style.css'), new FileAsset('css/extra.css'), ]); echo $assets->dump();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Meta
1
Resources
assetic-framework — pip install assetic-framework · libregistry