bendechrai / wordpress-import
Provides CLI commands to import Wordpress contents from a Wordpress eXtended RSS (WXR) export file.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bendechrai/wordpress-import
Requires
- php: >=7.0
Requires (Dev)
- codeclimate/php-test-reporter: ^0.4.4
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: ^3.0
This package is not auto-updated.
Last update: 2025-09-28 10:01:02 UTC
README
This library provides CLI commands to import Wordpress contents from a Wordpress eXtended RSS (WXR) export file.
Installation
Add package to your composer.json
{ "require": { "bendechrai/wordpress-import": "~1.0.0" } }
And update your vendors
$ php composer.phar update bendechrai/wordpress-import
Usage
At it's most basic, you can list the full usage information by issuing:
$ php artisan wpimport
Contributors
At the moment, this is a personal project to help me import from Wordpress to Laravel 5.5. I would love community contributions to expand the functionality, and also to test across different versions of PHP and Laravel, and even other frameworks.