Registry / utility / kriswallsmith-assetic

kriswallsmith-assetic

JSON →
library1.4.0phppackagistunverified

Asset Management for PHP

composer require kriswallsmith/assetic
INSTALL
IMPORT
SIG · KRISWALLSMITH-ASSE
K
kriswallsmith-assetic
utilityphpv1.4.0
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(__DIR__.'/css/style.css'), ]); echo $assets->dump();
Debug
Known issues
breakingAssetic is no longer actively maintained and may have compatibility issues with modern PHP versions.
fix
Consider using a modern alternative like Symfony AssetMapper or webpack-encore.
affects: >=1.0.0
Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
kriswallsmith-assetic — pip install kriswallsmith-assetic · libregistry