Getting started - lokothodida/php-arraypaginate GitHub Wiki
Simply include the ArrayPaginate php file in your PHP project (be it by autoloading the class or including it prior to use in the script).
// include as you wish
include('php-arraypaginate.php');