/php-wordpress-xml-parser

Parses WordPress WXR Files and presents them as a nice array.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

php-wordpress-xml-parser

Parses WordPress WXR Files and presents them as a nice array.

Usage

    use HJBDev\PHPWordpressXMLParser\Parser;

    $output = Parser::parse(__DIR__. 'path/to/xml/file');

This is essentially a framework-agnostic version of the Wordpress Importer and as such the license has to be GNU GPLv2.