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)161614[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 1mo ago

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

31

—

LowBetter than 68% of packages

Maintenance45

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

400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4f1df598cbcd951225f7913c42264bb13288cbfbc8f87679109cc505e7eded2?d=identicon)[monster010](/maintainers/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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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