tobyzerner / json-api-php

JSON-API (http://jsonapi.org) responses in PHP.
MIT License
436 stars 79 forks source link

Add Cursor support #135

Open antonkomarev opened 7 years ago

antonkomarev commented 7 years ago

Fractal allows to use Cursors for pagination. It will be great to have them in this package too. They are extremely useful for streaming data.