PHPackages                             bloom-ux/vite-manifest - 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. bloom-ux/vite-manifest

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

bloom-ux/vite-manifest
======================

Get js and css dependencies from a vitejs manifest file

075PHP

Since Mar 30Pushed 4y ago3 watchersCompare

[ Source](https://github.com/bloom-ux/vite-manifest)[ Packagist](https://packagist.org/packages/bloom-ux/vite-manifest)[ RSS](/packages/bloom-ux-vite-manifest/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ViteManifest
============

[](#vitemanifest)

Get js and css dependencies from a [vitejs](https://vitejs.dev/) manifest file

Usage
-----

[](#usage)

```
$manifest = new Bloom_UX\ViteManifest( $manifest_file_full_path );
$manifest->setBaseUrl( 'https://domain.tld/assets/dist' );

$dependencies = $manifest->getEntryDeps( 'main.js' );

foreach ( $dependencies as $dep ) {
	if ( $dep->isEntry() ) {
		// load as javascript module
	} else if ( $dep instanceof JsDependency ) {
		// load as js
	} else {
		// loas as css
	}
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![felipelavinz](https://avatars.githubusercontent.com/u/144856?v=4)](https://github.com/felipelavinz "felipelavinz (2 commits)")

### Embed Badge

![Health badge](/badges/bloom-ux-vite-manifest/health.svg)

```
[![Health](https://phpackages.com/badges/bloom-ux-vite-manifest/health.svg)](https://phpackages.com/packages/bloom-ux-vite-manifest)
```

PHPackages © 2026

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