PHPackages                             mobizel/sylius-export-plugin - 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. mobizel/sylius-export-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

mobizel/sylius-export-plugin
============================

Bulk export of sylius resources

v0.6.0(4y ago)221.7k↓47.5%1[20 PRs](https://github.com/mobizel/SyliusExportPlugin/pulls)MITPHPPHP ^8.0

Since Feb 26Pushed 2y ago3 watchersCompare

[ Source](https://github.com/mobizel/SyliusExportPlugin)[ Packagist](https://packagist.org/packages/mobizel/sylius-export-plugin)[ RSS](/packages/mobizel-sylius-export-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (37)Versions (30)Used By (0)

 [ ![](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://sylius.com)

Mobizel Export plugin
=====================

[](#mobizel-export-plugin)

 [ ![](https://camo.githubusercontent.com/a5b1b48fdd12e73daa9abbb8c303c36a774916f133f9271a1b80510f6c7652fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f62697a656c2f73796c6975732d6578706f72742d706c7567696e2e737667) ](https://packagist.org/packages/mobizel/sylius-export-plugin "Version") [ ![](https://camo.githubusercontent.com/170e1843337d7554cebd877b701395023ed315df2797460cf4c229f4d1ea9841/68747470733a2f2f7472617669732d63692e6f72672f6d6f62697a656c2f53796c6975734578706f7274506c7567696e2e7376673f6272616e63683d6d6173746572) ](http://travis-ci.org/mobizel/sylius-export-plugin "Build status")

Getting started
---------------

[](#getting-started)

This plugin add a new bulkAction 'export' to all Sylius resources.
It use the default resource grid definition to export data.
You can also use a specific grid for export.

It allow you to export:

- All entities
- All entities filtered by search
- Selected entities (with checkbox)

IMPORTANT: This plugin does not depend on `sylius/sylius` but only `sylius/resource-bundle` and `sylius/grid-bundle`, so it can be used in other project like the symfony starter [monofony](https://github.com/Monofony/Monofony).

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

[](#installation)

1. Require and install the plugin

- Run `composer require mobizel/sylius-export-plugin`

2. Register the bundle:

=&gt; If you do not use `symfony/flex` you have to import the plugin in the Kernel.

```
