PHPackages                             uupvite/vite-assets-loader - 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. uupvite/vite-assets-loader

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

uupvite/vite-assets-loader
==========================

v1.0.2(2y ago)0141[1 issues](https://github.com/uupvite/asset-loader/issues)MITPHP

Since Apr 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/uupvite/asset-loader)[ Packagist](https://packagist.org/packages/uupvite/vite-assets-loader)[ RSS](/packages/uupvite-vite-assets-loader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (3)Used By (0)

UupVite
-------

[](#uupvite)

UupVite (double-U P vite) provides a simple API to enqueue assets that were bundled through vite with the corresponding vite plugin.

```
$asset_loader = new \UupVite\ViteAssetsLoader(
    __DIR__ . '/dist/manifest.json',
    get_template_directory_uri() . '/dist/manifest.json'
);

$asset_loader->enqueue_script(
    'theme-js', // handle
    'js/main.js' // source file
);

$asset_loader->enqueue_style(
    'theme-styles', // handle
    'resources/css/theme.scss' // source file
);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccf7fdd1cc6c744a0fc410ca726fb933a97a32cebb8f9818667f6c6be36f0866?d=identicon)[uupvite](/maintainers/uupvite)

---

Top Contributors

[![emohamed](https://avatars.githubusercontent.com/u/536840?v=4)](https://github.com/emohamed "emohamed (5 commits)")

### Embed Badge

![Health badge](/badges/uupvite-vite-assets-loader/health.svg)

```
[![Health](https://phpackages.com/badges/uupvite-vite-assets-loader/health.svg)](https://phpackages.com/packages/uupvite-vite-assets-loader)
```

###  Alternatives

[shipmonk/name-collision-detector

Simple tool to find ambiguous classes or any other name duplicates within your project.

362.1M34](/packages/shipmonk-name-collision-detector)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
