PHPackages                             zunfuyuzora/ukyotable - 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. [API Development](/categories/api)
4. /
5. zunfuyuzora/ukyotable

ActiveLibrary[API Development](/categories/api)

zunfuyuzora/ukyotable
=====================

Ukyo will help you to Serve Datatable for Laravel 8

03PHP

Since Aug 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/itszun/ukyotable)[ Packagist](https://packagist.org/packages/zunfuyuzora/ukyotable)[ RSS](/packages/zunfuyuzora-ukyotable/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Ukyo Table | Serve You Datatable Response
=========================================

[](#ukyo-table--serve-you-datatable-response)

#### Description

[](#description)

`Ukyo Table` is appear to be a helpful package to handle your data for creating simple Datatable

#### Background

[](#background)

Handling datatable for many model is painful. You can do copy paste but is not adaptable for upgrading datatable feature if implmemented too many datatable.

With my basic understanding and passion for making useful and save my time for developing feature, I will do my best to make this thing useful and good enough. So that I can boost my productivity and maybe other

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

[](#installation)

Simply run composer on your laravel project. &gt;w&lt;)&gt;

```
composer require zunfuyuzora/ukyotable

```

Usage/Examples
--------------

[](#usageexamples)

Set Model to extends for UkyoModel and add `UkyoGather()` method as eloquent query builder that will be used as reference for `Ukyo` to serve you.

```
// file: App/Models/Food

class Food extends UkyoModel {
    public function UkyoGather() {
        return self::query()
    }
}

```

Use on your controller that used for handling ajax request from datatable.

```
// file: App/Http/Controller/FoodController.php

public function list(Request $request) {
    $datatable = UkyoTable::from($request)->get(Food::class)
    return $datatable->getResponseArray();
}

```

On your jquery datatable instantion, define something like this

```

$(document).ready(function() {
    $('#table').DataTable({
        searching: true,
        lengthChange: true,
        columns: [
            { data: 'ukyoCounter' },
            { data: 'name' },
            { data: 'category' },
            { data: 'price' },
            { data: 'discount' },
        ]
    })
})

```

FAQ
---

[](#faq)

#### Is it stable?

[](#is-it-stable)

Of course not! &gt;w&lt;)/)

#### Need Help?

[](#need-help)

No need!! &gt;w&lt;)/)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/23f0fd41099724679a0c9a904db60ff3f176573cf7475bd79d1fc73f14f69cc9?d=identicon)[zunfuyuzora](/maintainers/zunfuyuzora)

---

Top Contributors

[![itszun](https://avatars.githubusercontent.com/u/33630479?v=4)](https://github.com/itszun "itszun (10 commits)")

### Embed Badge

![Health badge](/badges/zunfuyuzora-ukyotable/health.svg)

```
[![Health](https://phpackages.com/badges/zunfuyuzora-ukyotable/health.svg)](https://phpackages.com/packages/zunfuyuzora-ukyotable)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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