PHPackages                             tismaximo/ag-grid-row-model - 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. tismaximo/ag-grid-row-model

ActiveSymfony-bundle[API Development](/categories/api)

tismaximo/ag-grid-row-model
===========================

Symfony implementation of the server side ag grid row model

017↓50%PHP

Since Mar 19Pushed 1mo agoCompare

[ Source](https://github.com/tismaximo/ag-grid-row-model)[ Packagist](https://packagist.org/packages/tismaximo/ag-grid-row-model)[ RSS](/packages/tismaximo-ag-grid-row-model/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ag Grid server side row model implementation for Symfony
========================================================

[](#ag-grid-server-side-row-model-implementation-for-symfony)

This bundle implements the server side row model logic in accordance to [the Ag Grid documentation](https://www.ag-grid.com/javascript-data-grid/server-side-model/), exposing a single service that takes care of retrieving the rows automatically requested by Ag Grid, and returning a Response object with the expected format.

Usage
-----

[](#usage)

Install the dependency with:

```
composer require tismaximo/ag-grid-row-model
```

Then, in your controller, create a new endpoint like so to use the implementation:

```
use AgGridRowModelBundle\Api\AgGridRowModelService
...
#[Route(path: '/ag-grid-rows', name: 'example_ag_grid_rows', methods: ['POST'])]
    public function rows(Request $request, ExampleRepository $repository, AgGridRowModelService $service)
	{/*{{{*/
		$qb = $repository->getCustomQueryBuilder(); // or null to get all fields
		return $service->generateResponse($request, $repository, $qb);
	}/*}}}*/
```

Service contract:

```
public function generateResponse(Request $request, EntityRepository $repository, QueryBuilder|null $qb): Response
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance60

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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/98b5370a385bc7aea60a608a86bf7ef9121033ca2ab817c51badc21992668ba5?d=identicon)[tismaximo](/maintainers/tismaximo)

---

Top Contributors

[![tismaximo](https://avatars.githubusercontent.com/u/119903808?v=4)](https://github.com/tismaximo "tismaximo (16 commits)")

### Embed Badge

![Health badge](/badges/tismaximo-ag-grid-row-model/health.svg)

```
[![Health](https://phpackages.com/badges/tismaximo-ag-grid-row-model/health.svg)](https://phpackages.com/packages/tismaximo-ag-grid-row-model)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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