1. Go to this page and download the library: Download adods/page-marker library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
adods / page-marker example snippets
// or if you're using composer
er;
// Make sure there's no output before doing this
$pm = new PageMarker;
// Setup default setting and redirect when condition are met
$pm->init();
// Start recording
$pm->remember();