PHPackages                             themeplate/vite - 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. themeplate/vite

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

themeplate/vite
===============

Straight-forward Vite integration for WordPress

v2.3.0(1y ago)11651GPL-3.0-onlyPHPPHP ^8.2

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThemePlate/Vite)[ Packagist](https://packagist.org/packages/themeplate/vite)[ RSS](/packages/themeplate-vite/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (22)Used By (0)

ThemePlate Vite
===============

[](#themeplate-vite)

Usage
-----

[](#usage)

`composer require themeplate/vite`

### functions.php

[](#functionsphp)

```
use ThemePlate\Vite\Project;

$vite = new Project( get_stylesheet_directory(), get_stylesheet_directory_uri() );

// $vite->config->prefix( 'custom-' );

add_action( 'wp_enqueue_scripts', function() use ( $vite ) {
	$vite->style( 'main-style' );
	$vite->script( 'main-script' );
	$vite->action();
} );

add_action( 'enqueue_block_editor_assets', function() use ( $vite ) {
	$vite->style( 'editor-style' );
	$vite->script( 'editor-script' );
	$vite->action();
} );
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~8 days

Total

20

Last Release

414d ago

Major Versions

v0.4.0 → v1.0.02023-02-10

v1.6.0 → v2.0.02024-06-24

PHP version history (2 changes)v0.1.0PHP ^7.4|^8.0

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8350223?v=4)[Gene Alyson Fortunado Torcende](/maintainers/kermage)[@kermage](https://github.com/kermage)

---

Top Contributors

[![kermage](https://avatars.githubusercontent.com/u/8350223?v=4)](https://github.com/kermage "kermage (121 commits)")

### Embed Badge

![Health badge](/badges/themeplate-vite/health.svg)

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

###  Alternatives

[fduch/workflow-bundle

workflow bundle for https://github.com/symfony/workflow component backported for Symfony 2.3+

41206.8k1](/packages/fduch-workflow-bundle)[symfony/json-path

Eases JSON navigation using the JSONPath syntax as described in RFC 9535

16184.1k8](/packages/symfony-json-path)[phpviet/number-to-words

Thư viện hổ trợ chuyển đổi số sang chữ số.

2110.1k5](/packages/phpviet-number-to-words)[simivar/reverse-print-r

Library to reverse print\_r output to PHP objects, arrays and scalar values.

151.1k](/packages/simivar-reverse-print-r)

PHPackages © 2026

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