PHPackages                             ishanvyas22/cakephpvue-spa - 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. [Admin Panels](/categories/admin)
4. /
5. ishanvyas22/cakephpvue-spa

ActiveProject[Admin Panels](/categories/admin)

ishanvyas22/cakephpvue-spa
==========================

A CakePHP + VueJS single page application skeleton/boilerplate

2.1.1(4y ago)4839510[2 issues](https://github.com/ishanvyas22/cakephpvue-spa/issues)[4 PRs](https://github.com/ishanvyas22/cakephpvue-spa/pulls)MITPHPPHP &gt;=7.2CI passing

Since Apr 14Pushed yesterday7 watchersCompare

[ Source](https://github.com/ishanvyas22/cakephpvue-spa)[ Packagist](https://packagist.org/packages/ishanvyas22/cakephpvue-spa)[ RSS](/packages/ishanvyas22-cakephpvue-spa/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (12)Versions (28)Used By (0)

A Basic CakePHP + VueJS Single Page Application
===============================================

[](#a-basic-cakephp--vuejs-single-page-application)

[![Build Status](https://camo.githubusercontent.com/40e29a44222b6d4bc23bf2d462239aa3362a535211d8e5754b56816ee6107575/68747470733a2f2f7472617669732d63692e636f6d2f697368616e7679617332322f63616b657068707675652d7370612e7376673f6272616e63683d646576656c6f70)](https://travis-ci.com/ishanvyas22/cakephpvue-spa)[![Latest Stable Version](https://camo.githubusercontent.com/dd746ac588c86b7c412b68a6237ae8f08beda32aaab9e132a3b57a3debc23788/68747470733a2f2f706f7365722e707567782e6f72672f697368616e7679617332322f63616b657068707675652d7370612f762f737461626c65)](https://packagist.org/packages/ishanvyas22/cakephpvue-spa)[![Total Downloads](https://camo.githubusercontent.com/ac1b12f184da4336804278432b48e2a9563b4609907c6efe81f51196748f5709/68747470733a2f2f706f7365722e707567782e6f72672f697368616e7679617332322f63616b657068707675652d7370612f646f776e6c6f616473)](https://packagist.org/packages/ishanvyas22/cakephpvue-spa)[![License](https://camo.githubusercontent.com/519a72b2e799244086b00da2b830695eeb145a98dd82786de79053253e6e5135/68747470733a2f2f706f7365722e707567782e6f72672f697368616e7679617332322f63616b657068707675652d7370612f6c6963656e7365)](https://packagist.org/packages/ishanvyas22/cakephpvue-spa)

A basic CakePHP + VueJS single page application. Provides basic skeleton/boilerplate to quickly get started with CakePHP and Vue.js.

❤️ Support The Development
--------------------------

[](#️-support-the-development)

**Do you like this project? Support it by donating:**

[ ![Buy Me A Coffee](https://camo.githubusercontent.com/b32d80c4bde7464703f7dcbb8dd24902a7b2de6b0f52a872563f87293d4eb87a/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f707572706c655f696d672e706e67)](https://www.buymeacoffee.com/ishanvyas)[ ![](https://camo.githubusercontent.com/56529e692201ddc4f9a8911f23e3d9cc7e9e7536b2c99114d4971f185eaaa6be/68747470733a2f2f63352e70617472656f6e2e636f6d2f65787465726e616c2f6c6f676f2f6265636f6d655f615f706174726f6e5f627574746f6e4032782e706e67)](https://www.patreon.com/ishanvyas)**or** [Paypal me](https://paypal.me/IshanVyas?locale.x=en_GB)

**or** [![Contact me on Codementor](https://camo.githubusercontent.com/8410a61f8de81462effe5c508f686a5908db7d82533f91afe870d9cd023fa1fc/68747470733a2f2f7777772e636f64656d656e746f722e696f2f6d2d6261646765732f6973767961732f6765742d68656c702e737667)](https://www.codementor.io/@isvyas?refer=badge)

### Follow me

[](#follow-me)

- [GitHub](https://github.com/ishanvyas22)
- [LinkedIn](https://www.linkedin.com/in/ishan-vyas-314111112)
- [Twitter](https://twitter.com/ishanvyas22)

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

[](#installation)

1. Get project into your system

    Via [composer](https://getcomposer.org/):

    ```
    composer create-project ishanvyas22/cakephpvue-spa
    ```

    Via cloning the project into your server:

    ```
    git clone git@github.com:ishanvyas22/cakephpvue-spa.git
    ```
2. Install composer dependencies

    ```
    composer install
    ```
3. Connect with your [database](https://book.cakephp.org/3.0/en/orm/database-basics.html#configuration)
4. Run the [migrations](https://book.cakephp.org/3.0/en/migrations.html#overview)

    ```
    bin/cake migrations migrate
    ```
5. Start [CakePHP web server](https://book.cakephp.org/3.0/en/installation.html#development-server) or [create v-host](https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-18-04) to run this app.

Development
-----------

[](#development)

1. Install npm packages ```
    npm install
    ```
2. Run below command (Uses awesome [Asset Mix](https://github.com/ishanvyas22/asset-mix) plugin for asset compilation)
    - **To watch every changes in your vue file**```
        npm run watch
        ```
    - **To generate development version of js file**```
        npm run dev
        ```
    - **To generate production version of js file**```
        npm run prod
        ```

Notes
-----

[](#notes)

- This is project is under development currently so you might not want to use this app in production directly.
- This is just a skeleton/example how you can implement the Vue.js with CakePHP.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information about recent changes.

Contribution
------------

[](#contribution)

I love to welcome your contributions if you know CakePHP / Vue.js.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance64

Regular maintenance activity

Popularity26

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 77.9% 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 ~72 days

Recently: every ~115 days

Total

14

Last Release

1638d ago

Major Versions

1.1.5 → 2.0.02020-08-08

PHP version history (2 changes)1.0PHP &gt;=5.6

2.0.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![ishanvyas22](https://avatars.githubusercontent.com/u/17404636?v=4)](https://github.com/ishanvyas22 "ishanvyas22 (282 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (77 commits)")[![deepsourcebot](https://avatars.githubusercontent.com/u/60907429?v=4)](https://github.com/deepsourcebot "deepsourcebot (2 commits)")[![ishan-biztech](https://avatars.githubusercontent.com/u/61005017?v=4)](https://github.com/ishan-biztech "ishan-biztech (1 commits)")

---

Tags

boilerplatecakephpcrudhacktoberfestsingle-page-appskeletonspavuejs

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ishanvyas22-cakephpvue-spa/health.svg)

```
[![Health](https://phpackages.com/badges/ishanvyas22-cakephpvue-spa/health.svg)](https://phpackages.com/packages/ishanvyas22-cakephpvue-spa)
```

###  Alternatives

[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[friendsofcake/crud

CakePHP Application development on steroids - rapid prototyping / scaffolding &amp; production ready code - XML / JSON APIs and more

3751.4M25](/packages/friendsofcake-crud)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.0k](/packages/bedita-manager)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36162.8k2](/packages/dereuromark-cakephp-setup)[xety/xeta

A resource to help people starting with Cake3

531.4k](/packages/xety-xeta)[friendsofcake/crud-view

View layer for CRUD

52433.8k2](/packages/friendsofcake-crud-view)

PHPackages © 2026

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