PHPackages                             monster010/codeigniter-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. [Framework](/categories/framework)
4. /
5. monster010/codeigniter-vite-plugin

ActiveLibrary[Framework](/categories/framework)

monster010/codeigniter-vite-plugin
==================================

CodeIgniter Plugin for Vite (CodeIgniter Side)

v0.0.8(1y ago)161644[1 issues](https://github.com/monster010/codeigniter-vite-plugin/issues)MITTypeScriptPHP &gt;=7.4.0

Since Oct 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/monster010/codeigniter-vite-plugin)[ Packagist](https://packagist.org/packages/monster010/codeigniter-vite-plugin)[ RSS](/packages/monster010-codeigniter-vite-plugin/feed)WikiDiscussions main Synced today

READMEChangelog (8)DependenciesVersions (10)Used By (0)

CodeIgniter Vite Plugin
=======================

[](#codeigniter-vite-plugin)

[![Build Status](https://github.com/monster010/codeigniter-vite-plugin/workflows/tests/badge.svg)](https://github.com/monster010/codeigniter-vite-plugin/actions)[![Total Downloads](https://camo.githubusercontent.com/82ac16fd889a07835b6cad68982cf51dcb1f7ed690794a1f53b23c9069fee3f7/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f64742f636f646569676e697465722d766974652d706c7567696e)](https://www.npmjs.com/package/codeigniter-vite-plugin)[![Latest Stable Version](https://camo.githubusercontent.com/99ab21b183512cf770eef3cfd3b9d7daa11ba0f6c4a03e16d733d42983c79721/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f636f646569676e697465722d766974652d706c7567696e)](https://www.npmjs.com/package/codeigniter-vite-plugin)[![License](https://camo.githubusercontent.com/4f45264244a38b0c7e97b875c30cff443e61f19939370045d0b0d6da46a4e8b9/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f636f646569676e697465722d766974652d706c7567696e)](https://github.com/monster010/codeigniter-vite-plugin/blob/main/LICENSE.md)

Introduction
------------

[](#introduction)

[Vite](https://vitejs.dev) is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production.

This plugin configures Vite for use with a CodeIgniter backend server.

This plugin is based on the [Laravel Vite plugin](https://github.com/laravel/vite-plugin).

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

[](#installation)

Install with composer:

```
composer require monster010/codeigniter-vite-plugin
```

Publish default resources (package.json, vite.config.js, tailwind.config.js, etc.)

```
php spark vite:publish
```

Alternative:

```
// vite.config.js
import { defineConfig } from 'vite';
import codeigniter from "codeigniter-vite-plugin";

export default defineConfig({
    plugins: [
        codeigniter([
            'resources/css/app.css',
            'resources/js/app.js',
        ]),
    ],
});

```

Getting Started
---------------

[](#getting-started)

- Install your node dependencies: `npm install`
- Start vite server: `npm run dev`
- Loading helper `helper('vite')`

### Loading Your Scripts and Styles

[](#loading-your-scripts-and-styles)

```

    {{-- ... --}}

```

Alternative:

```

    {{-- ... --}}

```

License
-------

[](#license)

The CodeIgniter Vite plugin is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~112 days

Recently: every ~140 days

Total

6

Last Release

446d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1204895?v=4)[Kai](/maintainers/monster010)[@monster010](https://github.com/monster010)

---

Top Contributors

[![monster010](https://avatars.githubusercontent.com/u/1204895?v=4)](https://github.com/monster010 "monster010 (29 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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