That's nice, saves the trouble of breaking the results down, calculating the amount of pages by dividing the amount of results by results per page and then rendering it, sometimes this can be really annoying especially when you're executing long, complex queries and need to paginate results of multiple tables altogether, this library simplifies it.
Will probably use this library for my own little projects, thanks!
Good job, glad to see you're still working on it :)