Simple class that generate a fake page on the fly
composer require wpbp/fakepage:dev-master
composer-php52 supported.
new Fake_Page(
array(
'slug' => 'fake_slug',
'post_title' => 'Fake Page Title',
'post_content' => 'This is the fake page content'
)
);