PHPackages                             thomasdcodes/list-view-bundle - 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. thomasdcodes/list-view-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

thomasdcodes/list-view-bundle
=============================

A lightweight collection of entities for storing data of a listview.

0.7.1(6mo ago)048MITPHPPHP &gt;=8.3CI failing

Since Jan 18Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/thomasdcodes/list-view-bundle)[ Packagist](https://packagist.org/packages/thomasdcodes/list-view-bundle)[ Docs](https://thomasd.codes)[ RSS](/packages/thomasdcodes-list-view-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

thomasd.codes List View Bundle for Symfony
==========================================

[](#thomasdcodes-list-view-bundle-for-symfony)

Description
-----------

[](#description)

This Bundle provides an easy-to-use set of different rich models packed into one wrapper `ListControl` to hold all information for a list view.

Its reason of life is only to hold the information and get richer at runtime of the app. For example, after init `ListControl` the `Paginator` in it doesn't know how many search results are found. You have the set the number of search results after querying your repo with the help of `SearchTermOrganizer` or `FilterOrganizer`, because the information of these models influence the number of search results.

Install
-------

[](#install)

```
composer require thomasdcodes/list-view-bundle
```

If you're using Symfony Flex, the Bundle should be registered in your config/bundles.php

Quick start
-----------

[](#quick-start)

With the bundle comes a factory to create the `ListControl` Model. There is only one static method of creating this model, for example in a controller:

```
use Tdc\ListViewBundle\Factory;

public function __invoke(Request $request): JsonResponse
{
    $listControl = ListControlFactory::createFromRequest($request);
}
```

Content
-------

[](#content)

The ListViewBundle contains the following models, which are all part of the container class ListControl:

- FilterOrganizer: Handles the filters from GET Parameter of the Request [FilterOrganizer Documentation](./docs/filter_organizer.md)
- Paginator: A multi-stage process for generating relevant data for pagination [Paginator Documentation](./docs/paginator.md)
- SearchTermOrganizer: Handles the search term from GET Parameter of the Request [SearchTermOrganizer Documentation](./docs/search_term_organizer.md)
- SortOrganizer: Handles the sort from GET Parameter of the Request [SortOrganizer Documentation](./docs/sort_organizer.md)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance69

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~73 days

Total

6

Last Release

181d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50184aa55e9690a3500141891d8898db05b581614b44349c17ccad5593cea3c2?d=identicon)[thomasdcodes](/maintainers/thomasdcodes)

---

Top Contributors

[![thomasdcodes](https://avatars.githubusercontent.com/u/60360377?v=4)](https://github.com/thomasdcodes "thomasdcodes (19 commits)")

---

Tags

filter datalist view data managementpaginator datasearch datasort data

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thomasdcodes-list-view-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/thomasdcodes-list-view-bundle/health.svg)](https://phpackages.com/packages/thomasdcodes-list-view-bundle)
```

###  Alternatives

[illuminate/cookie

The Illuminate Cookie package.

224.3M120](/packages/illuminate-cookie)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)[robole/sulu-ai-translator-bundle

Translate any type of content using DeepL

181.3k](/packages/robole-sulu-ai-translator-bundle)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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