PHPackages                             danilovl/entity-data-list-console-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. [CLI &amp; Console](/categories/cli)
4. /
5. danilovl/entity-data-list-console-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

danilovl/entity-data-list-console-bundle
========================================

Symfony bundle providing a console command to display doctrine entity data.

v1.0.0(4mo ago)025MITPHPPHP ^8.5

Since Dec 5Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/danilovl/entity-data-list-console-bundle)[ Packagist](https://packagist.org/packages/danilovl/entity-data-list-console-bundle)[ RSS](/packages/danilovl-entity-data-list-console-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (10)Versions (8)Used By (0)

[![phpunit](https://github.com/danilovl/entity-data-list-console-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/entity-data-list-console-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/ac9c344723c4c2d80ae405a7dc2415e6ffead5a2a500aa4c57fb888558980552/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f656e746974792d646174612d6c6973742d636f6e736f6c652d62756e646c65)](https://packagist.org/packages/danilovl/entity-data-list-console-bundle)[![latest Stable Version](https://camo.githubusercontent.com/c3f62bc74b530419c60ee0225ac908ba2eabe887cd7e69b0f0f04c9835e94b05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f656e746974792d646174612d6c6973742d636f6e736f6c652d62756e646c65)](https://packagist.org/packages/danilovl/entity-data-list-console-bundle)[![license](https://camo.githubusercontent.com/00ddae92d7b3875a2c8af0d2050d41f9cfe23042e02b81c06e1fc978a5a4915e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f656e746974792d646174612d6c6973742d636f6e736f6c652d62756e646c65)](https://packagist.org/packages/danilovl/entity-data-list-console-bundle)

EntityDataListConsoleBundle
===========================

[](#entitydatalistconsolebundle)

About
-----

[](#about)

This is a Symfony bundle providing a console command designed to render database data for a specified doctrine entity in a tabular format.

The command is highly flexible, allowing developers to configure which fields to display, handle related associations, and apply pagination using options like --limit and --offset.

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher

### 1. Installation

[](#1-installation)

Install `danilovl/entity-data-list-console-bundle` package by Composer:

```
 composer require danilovl/entity-data-list-console-bundle
```

```
