PHPackages                             2crt/uup-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. 2crt/uup-assets-loader

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

2crt/uup-assets-loader
======================

v1.0.7(2mo ago)0220MITPHP

Since Apr 10Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/2crt/uup-assets-loader)[ Packagist](https://packagist.org/packages/2crt/uup-assets-loader)[ RSS](/packages/2crt-uup-assets-loader/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (8)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 \Uup\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

41

—

FairBetter than 89% of packages

Maintenance87

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~115 days

Recently: every ~138 days

Total

7

Last Release

66d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d3cd9d60e23a128abf92ffc3fb13c8f42f015ebe1c6797cf3df9d5742b62ae2?d=identicon)[2crt](/maintainers/2crt)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/2crt-uup-assets-loader/health.svg)

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

PHPackages © 2026

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