ivoba-oxid/exporter

OXID eShop export framework

Installs: 243

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:oxideshop-addon

dev-master / 1.0.x-dev 2021-02-15 16:14 UTC

This package is auto-updated.

Last update: 2024-04-15 23:46:38 UTC


README

CSV Export framework for OXID eShop.

Work in Progress: Caution! not stable atm

Requirements

  • Oxid eShop >= 6
  • PHP >= 7

Installation

  • run 'composer require ivoba-oxid/exporter'

Usage

Create an exporter in source/, see exporter_example.php.

For custom Resolver or Queries, create a custom module and place code there. Add an autooader in composer.json run composer install and include classes in your exporter.

"autoload": {
    "psr-4": {
      ...
      "MyOxid\\Exporter\\": "./source/modules/my/exporter",

todo

  • evaluate new Article()->load()
  • make cli command create file in bin
  • get Attributes code/modules/marm/csvexporter/core/marmCsvExporter.php:507

Credits