Skip to content

This is a simple library that loading wpdump's output in php.

Notifications You must be signed in to change notification settings

ryer/WPDumpSupportPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPDumpSupportPHP

This is a simple library that loading wpdump's output in php.

Usage

require "WPDumpSupportPHP/vendor/autoload.php";
$wpDump = new WPDumpSupport\WPDump("/path/to/wpdumps/save/dir");
$wpDump->load();
echo $wpDump->posts[8455]->author->name;

Installation

$ composer install --no-dev

See

https://github.com/ryer/wpdump

License

MIT

Author

ryer (@ryer)

About

This is a simple library that loading wpdump's output in php.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages