PHPackages                             jield-webdev/jield-export - 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. jield-webdev/jield-export

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

jield-webdev/jield-export
=========================

This repo can be used to export database objects (using Doctrine) to External data formats (Excel/Parquet/CSV)

v3.0(1y ago)014.4k↓13.9%[2 PRs](https://github.com/jield-webdev/jield-export/pulls)MITPHPPHP ~8.3.0 || ~8.4.0CI passing

Since Sep 2Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/jield-webdev/jield-export)[ Packagist](https://packagist.org/packages/jield-webdev/jield-export)[ Docs](https://github.com/jield-webdev/jield-export)[ RSS](/packages/jield-webdev-jield-export/feed)WikiDiscussions main Synced 1mo ago

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

jield-export
============

[](#jield-export)

This repo can be used to export database objects (using Doctrine) to External data formats (Excel/Parquet/CSV)

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

[](#installation)

To enable this module in a Laminas application, ad the following to the `modules` section of your `config/application.config.php` file:

```
    return [
        'Jield\\Export',
    ];
```

Configuration
-------------

[](#configuration)

Each entity which has to be exported has to be registered in the configuration file. The following snippet shows how this can be done. It is also possible to include this array in the configuration files

```
