PHPackages                             reillo/grid - 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. [Database &amp; ORM](/categories/database)
4. /
5. reillo/grid

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

reillo/grid
===========

Simple laravel grid

v0.3.0(10y ago)269MITPHPPHP &gt;=5.4.0

Since Aug 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/reillo/grid)[ Packagist](https://packagist.org/packages/reillo/grid)[ Docs](https://github.com/reillo/grid)[ RSS](/packages/reillo-grid/feed)WikiDiscussions 0.3 Synced 1mo ago

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

Laravel 4 Simple Grid
---------------------

[](#laravel-4-simple-grid)

### Installation

[](#installation)

Add the following to your `composer.json` file:

```
"reillo/grid": "~0.2"
```

Then, run `composer update reillo/grid` or `composer install` if you have not already installed packages.

Publish asset:

```
php artisan asset:publish reillo/grid

```

Publish view:

```
php artisan view:publish reillo/grid

```

Publish config:

```
php artisan config:publish reillo/grid

```

Add the below line to the providers array in app/config/app.php configuration file (add at the end):

```
'Reillo\Grid\GridServiceProvider',

```

### features

[](#features)

- uses laravel paginator
- support table and list renderer
- html5 push history
- ajax request
- removable filters

### Usage

[](#usage)

see [example](https://github.com/reillo/grid/tree/master/src/Example).

### Todo

[](#todo)

Documentations

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~2 days

Total

5

Last Release

3919d ago

Major Versions

v0.2.3 → 2.0.x-dev2015-08-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/453ffca7f2ab93c7b23f8c8d240165c1bc315c1b4297e407fa06ee9c4fe72f04?d=identicon)[reillo](/maintainers/reillo)

---

Top Contributors

[![reillo](https://avatars.githubusercontent.com/u/6128004?v=4)](https://github.com/reillo "reillo (27 commits)")

---

Tags

laraveleloquentgridlistingtable grid

### Embed Badge

![Health badge](/badges/reillo-grid/health.svg)

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

###  Alternatives

[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[nayjest/grids

Grids for Laravel 4 &amp; Laravel 5 frameworks

200152.0k1](/packages/nayjest-grids)

PHPackages © 2026

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