Registry / utility / janmarek-webloader

janmarek-webloader

JSON →
library2.5.0phppackagistunverified

Tool for loading or deploying CSS and JS files into web pages, with support for minification and concatenation.

composer require janmarek/webloader
INSTALL
IMPORT
SIG · JANMAREK-WEBLOADER
J
janmarek-webloader
utilityphpv2.5.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.

Loader
use WebLoader\Loader;

Create a loader, add CSS and JS files, and render the HTML tags.

use WebLoader\Loader; $loader = new Loader(); $loader->addCss('style.css'); $loader->addJs('script.js'); echo $loader->render();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
janmarek-webloader — pip install janmarek-webloader · libregistry