PHPackages                             pbergman/doctrine-export-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. [Database &amp; ORM](/categories/database)
4. /
5. pbergman/doctrine-export-bundle

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

pbergman/doctrine-export-bundle
===============================

Bundle for exporting query results.

1.0.0(5y ago)0706MITPHPPHP &gt;7.3

Since Mar 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pbergman/doctrine-export-bundle)[ Packagist](https://packagist.org/packages/pbergman/doctrine-export-bundle)[ RSS](/packages/pbergman-doctrine-export-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Export bundle
-------------

[](#export-bundle)

And bundle for exporting query results to different output types. This can be done by defining a query in the config or using the raw command directly.

### Installing

[](#installing)

`composer require pbergman\doctrine-export-bundle`

### Usage

[](#usage)

Configure a query:

```
p_bergman_doctrine_export:
  example:
      description: An example command
      query: |
        select 1,2,3

```

with the list command you can print a overview of all commands:

```
php bin/console pbergman:export:list
 ----------- ----------------------------------------------------------------------------------
  name                                   description
 ----------- ----------------------------------------------------------------------------------
  example     An example command
 ----------- ----------------------------------------------------------------------------------

```

and execute the command:

```
php bin/console pbergman:export:exec -F json
[{"1":"1","2":"2","3":"3"}]

```

or do a raw export:

```
php bin/console pbergman:export:raw -F json 'select 1,2,3'
[{"1":"1","2":"2","3":"3"}]

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

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

Unknown

Total

1

Last Release

1880d ago

### Community

Maintainers

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

---

Top Contributors

[![activin-user](https://avatars.githubusercontent.com/u/69504579?v=4)](https://github.com/activin-user "activin-user (2 commits)")

### Embed Badge

![Health badge](/badges/pbergman-doctrine-export-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/pbergman-doctrine-export-bundle/health.svg)](https://phpackages.com/packages/pbergman-doctrine-export-bundle)
```

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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