Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Pagination

This example demonstrates offset-based and cursor-based pagination techniques.

What This Example Shows

  • Offset-based pagination with paginate()
  • Cursor-based pagination with paginateByCursor()
  • Working with Page and CursorPage objects
  • Pagination with ordering

Files

Running the Example

php example.php

Expected Output

The example will demonstrate both pagination approaches with sample data, showing page navigation and cursor handling.

Related Examples