PHPackages                             kriptiko/laravel-vue-table - 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. kriptiko/laravel-vue-table

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

kriptiko/laravel-vue-table
==========================

A Laravel package for handling requests from @kritpiko/vue-table component.

v2.3.0(1y ago)038MITPHPPHP ^7.2|^7.3|^8.0|^8.1|^8.2

Since Jun 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KriptikoCreativeStudio/laravel-vue-table)[ Packagist](https://packagist.org/packages/kriptiko/laravel-vue-table)[ RSS](/packages/kriptiko-laravel-vue-table/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

Laravel VueTable
================

[](#laravel-vuetable)

A Laravel package for handling requests from [@kritpiko/vue-table](https://github.com/KriptikoCreativeStudio/vue-table) component.

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

[](#installation)

Add the package to your Laravel app using composer

```
composer require kriptiko/laravel-vue-table

```

Usage
-----

[](#usage)

Here's an example of a paginated Query Builder result:

```
use Kriptiko\VueTable\VueTableRequest;

class PostController extends Controller
{

    public function index()
    {
        $vtr = new VueTableRequest(Post::query());

        return $vtr->paginated();
    }

    ...

```

### Using withCount

[](#using-withcount)

To use withCount, you need to define the relationships after a new `VueTableRequest` object is instantiated. So you usually just need to do something like the following example:

```
$vtr = new VueTableRequest(User::query());
$vtr->withCount('comments');
$paginator  = $vtr->paginated();

```

---

License
-------

[](#license)

**kriptiko/laravel-vue-table** is open-sourced software licensed under the [MIT license](https://github.com/KriptikoCreativeStudio/laravel-vue-table/blob/master/LICENSE).

About Kriptiko
--------------

[](#about-kriptiko)

[Kriptiko](https://www.kriptiko.com) is a Creative Studio specialized in web development based in Matosinhos, Portugal.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 88.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 ~97 days

Recently: every ~247 days

Total

16

Last Release

700d ago

Major Versions

v0.0.3-beta → v1.0.02020-12-17

v1.x-dev → v2.0.02021-09-24

PHP version history (3 changes)v0.0.1-betaPHP ^7.2

v1.0.2PHP ^7.2|^7.3|^8.0

v2.3.0PHP ^7.2|^7.3|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6adaef8b30d5d0dee7bc2484fd9b0a9ad33e38afb78fc5d18d79d6239c811c76?d=identicon)[jfrosorio](/maintainers/jfrosorio)

---

Top Contributors

[![jfrosorio](https://avatars.githubusercontent.com/u/17640929?v=4)](https://github.com/jfrosorio "jfrosorio (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

kriptikolaravelvuetable

### Embed Badge

![Health badge](/badges/kriptiko-laravel-vue-table/health.svg)

```
[![Health](https://phpackages.com/badges/kriptiko-laravel-vue-table/health.svg)](https://phpackages.com/packages/kriptiko-laravel-vue-table)
```

###  Alternatives

[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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