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

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

arbims/vite-plugin
==================

VitePlugin plugin for CakePHP

v1.0.5(6mo ago)0371MITPHPPHP &gt;=7.4

Since Sep 7Pushed 6mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

ViteHelper plugin for CakePHP 4
===============================

[](#vitehelper-plugin-for-cakephp-4)

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require arbims/vite-plugin

```

Load the plugin in your Application.php:

```
bin/cake plugin load VitePlugin

```

Load the Helper in your AppView.php:

```
$this->loadHelper('VitePlugin.Vite');

```

add config Vite environment in /config/bootstrap.php

```
Configure::write('IS_DEV', true);

```

Usage
-----

[](#usage)

run this command

if you want use vue replace react with vue or preact

```
bin/cake vite_plugin react

```

In your php-layout, include this in your html head:

```

```

if want to use vue

```

```

then run

```
npm install
npm install -D sass
npm run dev

```

wee nedd change IS\_DEV variable false if we are in production.

```
Configure::write('IS_DEV', false);

```

then run

```
npm run build

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance66

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Recently: every ~284 days

Total

6

Last Release

206d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.2

v1.0.3PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![arbims](https://avatars.githubusercontent.com/u/22614888?v=4)](https://github.com/arbims "arbims (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-geo

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)[cakedc/enum

Enumeration list Plugin for CakePHP 5

30222.5k2](/packages/cakedc-enum)[josegonzalez/cakephp-environments

CakePHP plugin to handle environments-level configuration

4785.9k](/packages/josegonzalez-cakephp-environments)

PHPackages © 2026

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