Drupal 7 Importer
Import Drupal 7 content into WordPress.
by Pragmatic · github.com/pragmaticweblimited/pragmatic-drupal7-importer · website
★ 1stars
83composer installs
1forks
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/pragmaticweblimited/pragmatic-drupal7-importer/archive/refs/heads/master.zipAlso on Packagist as pragmaticweb/pragmatic-drupal7-importer:
composer require pragmaticweb/pragmatic-drupal7-importerFrom the readme
Drupal 7 Importer
A project by Pragmatic.
Developer framework for importing data from Drupal 7 into WordPress.
Requirements
Installation
Development Process
Requirements
Usage Requirements
Ensure you have the prerequisite software installed:
Composer 1.8+, installed globally.
PHP 7.3+.
Installation
1. Add this plugin to your project with Composer: composer require pragmaticweb/pragmatic-drupal7-importer.
1. Activate the plugin as usual, and use it via WP-CLI.
The plugin assumes a database called wordpresstest exists and is accessible using the credentials in your WordPress' wp-config.php file. If you will be working on PHPUnit tests, you will need to manually make sure the database exists.
Use the filter pragmatic.drupal7importer.mapdrupalrolestowp.rolesmapping to map how Drupal user roles map to WordPress user roles.
Development Process
Contributions
This plugin mostly follows the standard Git Flow model.
Development happens in feature branches, which are merged into develop, and then eventually merged into master for deployment to production. When making changes, a feature branch should be created that branches from develop (and the corresponding pull req
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.