PHPackages                             frozzare/wc-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. frozzare/wc-export

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

frozzare/wc-export
==================

Export various data from WooCommerce

v1.0.0(9y ago)218MITPHPPHP ^5.5.9 || ^7.0

Since Jul 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wpup/wc-export)[ Packagist](https://packagist.org/packages/frozzare/wc-export)[ Docs](https://github.com/frozzare/wc-export)[ RSS](/packages/frozzare-wc-export/feed)WikiDiscussions master Synced today

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

WooCommerce Export
==================

[](#woocommerce-export)

[![Build Status](https://camo.githubusercontent.com/cc0eca0989dbc0917f4d4c2c6bb547996eb05b75312699e9757b4265cb143bcd/68747470733a2f2f7472617669732d63692e6f72672f777075702f77632d6578706f72742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wpup/wc-export)[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Export various data from WooCommerce.

The plugin cames with two exporters, a customers export that will export all billing fields and a emails exporter that will export the billing email field from a order.

The are three writers built in, CSV, XML and JSON.

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

[](#installation)

```
composer require frozzare/wc-export
```

Documentation
-------------

[](#documentation)

- [Custom export](#custom-export)
- [Custom writer](#custom-writer)

### Custom export

[](#custom-export)

Example of a custom export type that will export the `billing_email` field from a order. With `query_args` method you can modify the `WP_Query` arguments.

```
