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)
```

###  Alternatives

[bmitch/churn-php

Discover files in need of refactoring.

1.4k1.5M12](/packages/bmitch-churn-php)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[frosh/shopware-rector

Shopware specific Rector

47394.3k5](/packages/frosh-shopware-rector)[php-parallel-lint/php-var-dump-check

Find forgotten variables dump in PHP source code.

211.5M31](/packages/php-parallel-lint-php-var-dump-check)[sop/crypto-types

A PHP library of various ASN.1 types for cryptographic applications.

111.4M33](/packages/sop-crypto-types)[bornfreee/tactician-domain-events

A Plugin for Tactician command bus library to work with the recorded Domain Events

25193.2k1](/packages/bornfreee-tactician-domain-events)

PHPackages © 2026

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