| Package Data | |
|---|---|
| Maintainer Username: | bendechrai |
| Maintainer Contact: | ben@dechrai.com (Ben Dechrai) |
| Package Create Date: | 2017-09-02 |
| Package Last Update: | 2017-09-02 |
| Language: | PHP |
| License: | GPLv2 |
| Last Refreshed: | 2025-11-03 15:03:00 |
| Package Statistics | |
|---|---|
| Total Downloads: | 18 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This library provides CLI commands to import Wordpress contents from a Wordpress eXtended RSS (WXR) export file.
Add package to your composer.json
{
"require": {
"bendechrai/wordpress-import": "~1.0.0"
}
}
And update your vendors
$ php composer.phar update bendechrai/wordpress-import
At it's most basic, you can list the full usage information by issuing:
$ php artisan wpimport
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.