PHPackages                             afonzeca/universalsimplegrid - 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. afonzeca/universalsimplegrid

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

afonzeca/universalsimplegrid
============================

The aim of the package Universal Simple Grid (Usg) is giving to Laravel 5 developers an easy way for creating, managing and representing DB data tables inside a 'Data Grid' by using simple classes and methods with a 'fluent' approach inside code

416PHP

Since Oct 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/afonzeca/universalsimplegrid)[ Packagist](https://packagist.org/packages/afonzeca/universalsimplegrid)[ RSS](/packages/afonzeca-universalsimplegrid/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Synopsis
========

[](#synopsis)

The aim of the package Universal Simple Grid (Usg) is giving to Laravel 5 developers an easy way for creating, managing and representing DB data tables inside a "Data Grid" by using simple classes and methods with a "fluent" approach inside code. The package itself doesn't have its own data grid engine, but it uses the concept of "Grid Vendor Driver" (see next paragraphs).

NOTE: The project is in alpha stage, it contains bugs and it is only a "skelter" of the idea... Sorry but the code and in particularry the service provider part (both documentation and code) has not completed due to lack of time.
=====================================================================================================================================================================================================================================

[](#note-the-project-is-in-alpha-stage-it-contains-bugs-and-it-is-only-a-skelter-of-the-idea-sorry-but-the-code-and-in-particularry-the-service-provider-part-both-documentation-and-code-has-not-completed-due-to-lack-of-time)

Code Example
============

[](#code-example)

Before describing the advantages and the approach of the Usg project, let's see a piece of code with and without the use of Usg.

In the example, a tipical Laravel controller, I will use the "Nayjest Vendor Driver" and than a link to the "vanilla" Nayjest Grid code for showing the difference (see  for Nayjest Grid details)

Use Usg... Luuuuuuke!
---------------------

[](#use-usg-luuuuuuke)

```
