https://github.com/devaloka/importer-runner
:electric_plug: [WIP][STAND-ALONE][Plugin] Programmatically extensible/re-usable importer runner for WordPress.
https://github.com/devaloka/importer-runner
Last synced: 11 months ago
JSON representation
:electric_plug: [WIP][STAND-ALONE][Plugin] Programmatically extensible/re-usable importer runner for WordPress.
- Host: GitHub
- URL: https://github.com/devaloka/importer-runner
- Owner: devaloka
- License: gpl-2.0
- Created: 2016-07-17T21:28:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T08:49:49.000Z (over 9 years ago)
- Last Synced: 2025-03-22T00:34:04.524Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
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.
```sh
composer require devaloka/importer-runner
```
### Installation via Composer (as a Must-Use plugin)
1. Install via Composer.
```sh
composer require devaloka/importer-runner
```
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/devaloka/importer-runner
[license-image]: https://poser.pugx.org/devaloka/importer-runner/license
[license-url]: https://packagist.org/packages/devaloka/importer-runner
[travis-image]: https://travis-ci.org/devaloka/importer-runner.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/importer-runner