Search code examples
phpzend-framework2laminas-api-toolspaginator

apigility - What alternatives I can use for Zend\Paginator\Paginator in Collections?


In several endpoints I'm doing with Apigility, I want retrieve all the possible results without pagination. Is there a class to replace Paginator in Collection?


Solution

  • To receive a response in Hal without pagination you should simply return an array from your queries instead of an instance of Zend\Paginator\Paginator.