PHPackages                             chemprof/laravel-kendo-ui-datasource - 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. chemprof/laravel-kendo-ui-datasource

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

chemprof/laravel-kendo-ui-datasource
====================================

1.0.2(11y ago)087PHP

Since Jul 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Uraja128/laravel-kendo-ui-datasource)[ Packagist](https://packagist.org/packages/chemprof/laravel-kendo-ui-datasource)[ RSS](/packages/chemprof-laravel-kendo-ui-datasource/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel Kendo UI DataSource
===========================

[](#laravel-kendo-ui-datasource)

ESSENTIALLY ALL WORK ON THIS PROJECT WAS ORIGINALLY DONE BY USER meowcakes. I HAVE FORKED THIS FROM websolutionmw MERELY TO GIVE MYSELF CONTROL OVER THE DEPENDENCY VERSIONS. I TAKE NO CREDIT OR RESPONSIBILITY FOR THE ORIGINAL SCRIPTS, OTHER THAN THE TRIVIAL ADJUSTMENTS I HAVE MADE.

Server side Kendo UI DataSource implementation for Laravel

### Installation

[](#installation)

- [Laravel Kendo UI DataSource on Packagist](https://packagist.org/packages/chemprof/laravel-kendo-ui-datasource)
- [Laravel Kendo UI DataSource on GitHub](https://github.com/chemprof/laravel-kendo-ui-datasource)

To get the latest version simply require it in your `composer.json` file.

```
"ChemProf/laravel-kendo-ui-datasource": "master"

```

You can register the facade in the `aliases` key of your `app/config/app.php` file.

```
'aliases' => array(

    'KendoDataSource' => 'ChemProf\LaravelKendoUiDatasource\Facade'

)

```

### Example

[](#example)

```
$kd = KendoDataSource::make(
	Input::all(),
	[
		'address' => 'string',
		'suburb' => 'string',
		'phone' => 'string',
		'created_at' => 'date',
		'fully_registered' => 'boolean',
	]
);

$query = User::newQuery();
$count = $kd->execute($query);
return Response::json(['data' => $query->get()->toArray(), 'total' => $count]);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

4015d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3142155?v=4)[Giulio Nazzicone](/maintainers/Uraja128)[@Uraja128](https://github.com/Uraja128)

---

Top Contributors

[![ChemProf](https://avatars.githubusercontent.com/u/11810185?v=4)](https://github.com/ChemProf "ChemProf (6 commits)")

### Embed Badge

![Health badge](/badges/chemprof-laravel-kendo-ui-datasource/health.svg)

```
[![Health](https://phpackages.com/badges/chemprof-laravel-kendo-ui-datasource/health.svg)](https://phpackages.com/packages/chemprof-laravel-kendo-ui-datasource)
```

###  Alternatives

[simonschaufi/php-libkml

A library to manipulate KML/KMZ files

308.0k](/packages/simonschaufi-php-libkml)

PHPackages © 2026

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