reportico/assetter

Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. Also allows refresh cache in browsers by adding revisions of loaded files.

Maintainers

👁 reportico-web

Package info

github.com/reportico-web/assetter

pkg:composer/reportico/assetter

Statistics

Installs: 13 468

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

8.1.0 2023-01-07 16:40 UTC

Requires

Requires (Dev)

Suggests

  • leafo/lessphp: Allows write styles in LESS and compile files directly to CSS just-in-time.
  • leafo/scssphp: Allows write styles in SASS and compile files directly to CSS just-in-time.

Provides

None

Conflicts

None

Replaces

None

MIT 9494930947f8ed02e073cf6b038ec470f22a6e80

assetsassetmanagerfiles manager

This package is auto-updated.

Last update: 2026-06-08 00:41:50 UTC


README

Assets manager for PHP. Allow manage CSS and JS files in website and its dependencies. Also allows refresh cache in browsers by adding revisions of loaded files. Assetter allows you to register namespaces for files paths fo better managing if required.

Assetter now allows You to load Your SASS and LESS styles directly to Your project, and compile them just-in-time and load compiled styles in the browser. You have to only register any of built-in plugins to enable this functionality (and install suggested composer packages).

This is a customized version of https://github.com/reportico-web/assetter. Many thanks to the original Author Adam