WP Manifestindependent plugin directory
manifest / developer / importer-runner

Importer Runner

:electric_plug: [WIP][STAND-ALONE][Plugin] Programmatically extensible/re-usable importer runner for WordPress.

by Whizark · github.com/devaloka/importer-runner

0stars
6composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/devaloka/importer-runner/archive/refs/heads/master.zip

Also on Packagist as devaloka/importer-runner:

composer require devaloka/importer-runner

From the readme

Importer Runner [![Latest Stable Version][stable-image]][stable-url] [![Latest Unstable Version][unstable-image]][unstable-url] [![License][license-image]][license-url] [![Build Status][travis-image]][travis-url] Programmatically extensible Importer runner that allows you to run various Importers. Installation Manual Installation 1. Just copy all files into wp-content/plugins/importer-runner/. Manual Installation (as a Must-Use plugin) 1. Just copy all files into wp-content/mu-plugins/importer-runner/. 2. Move importer-runner/loader/50-importer-runner-loader.php into wp-content/mu-plugins/. Installation via Composer 1. Install via Composer. Installation via Composer (as a Must-Use plugin) 1. Install via Composer. 2. Move importer-runner directory into wp-content/mu-plugins/. 3. Move importer-runner/loader/50-importer-runner-loader.php into wp-content/mu-plugins/. [stable-image]: https://poser.pugx.org/devaloka/importer-runner/v/stable [stable-url]: https://packagist.org/packages/devaloka/importer-runner [unstable-image]: https://poser.pugx.org/devaloka/importer-runner/v/unstable [unstable-url]: https://packagist.org/packages/devalo

Read the full README on GitHub →