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 3w ago

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 1% 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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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