This is a simple library that loading wpdump's output in php.
require "WPDumpSupportPHP/vendor/autoload.php";
$wpDump = new WPDumpSupport\WPDump("/path/to/wpdumps/save/dir");
$wpDump->load();
echo $wpDump->posts[8455]->author->name;
$ composer install --no-dev
https://github.com/ryer/wpdump
MIT
ryer (@ryer)