PHPackages                             joolist/joolist-zf2-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. joolist/joolist-zf2-grid

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

joolist/joolist-zf2-grid
========================

Joolist grid module for ZF2

019PHP

Since Dec 24Pushed 12y agoCompare

[ Source](https://github.com/Joolist/joolist-zf2-grid)[ Packagist](https://packagist.org/packages/joolist/joolist-zf2-grid)[ RSS](/packages/joolist-joolist-zf2-grid/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

joolist-zf2-grid
================

[](#joolist-zf2-grid)

Version 0.0.1 Created by Nguyen Tien Minh and the Joolist team

Introduction
------------

[](#introduction)

Joolist ZF2 Grid provides a suite of common classes used across several ZF2 modules. You probably don't need to install this module unless either A) you are installing a module which have any Grid that depends on joolist-zf2-grid.

Requirements
------------

[](#requirements)

- Zend Framework 2
- Bootstrap theme

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

[](#installation)

#### By cloning project

[](#by-cloning-project)

Simply clone this project into your `./vendor/` directory and enable it in your `./config/application.config.php` file.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "joolist/joolist-zf2-grid": "dev-master"
    }
    ```
2. Now tell composer to download joolist-zf2-grid by running the command:

    ```
    $ php composer.phar update
    ```

How to use
----------

[](#how-to-use)

#### 1. Set up Global Adapter for Zend Framework 2

[](#1-set-up-global-adapter-for-zend-framework-2)

follow:

#### 2. Load ServiceConfig

[](#2-load-serviceconfig)

in Module.php of your module load Service Config like this:

```
 public function getServiceConfig() {
     return array(
         'factories' => array(
             'Application\Model\Table\AlbumTable' =>  function($sm) {
                 $tableGateway = $sm->get('AlbumTableGateway');
                 $table = new AlbumTable($tableGateway);
                 return $table;
             },
             'AlbumTableGateway' => function ($sm) {
                 $dbAdapter = $sm->get('Zend\Db\Adapter\Adapter');
                 $resultSetPrototype = new Album();
                 return new TableGateway('album', $dbAdapter, null, $resultSetPrototype);
             },
         ),
     );
 }

```

#### 3. Create a Model extends BaseModel like this:

[](#3-create-a-model-extends-basemodel-like-this)

```
`

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f603961278a798048cbb460fa1fd0ef4e108cee25d708d0c8ff2d23e1415d46f?d=identicon)[Joolist](/maintainers/Joolist)

---

Top Contributors

[![mihnsen](https://avatars.githubusercontent.com/u/9761138?v=4)](https://github.com/mihnsen "mihnsen (12 commits)")

### Embed Badge

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

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

###  Alternatives

[albertoarena/laravel-event-sourcing-generator

Laravel event sourcing domain generator

148.2k](/packages/albertoarena-laravel-event-sourcing-generator)

PHPackages © 2026

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