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(2y ago)038MITPHPPHP ^7.2|^7.3|^8.0|^8.1|^8.2

Since Jun 11Pushed 2y 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 3w ago

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

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity77

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

751d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58170.8k13](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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