cethyworks/doctrine-paginator-decorator
Paginator.?page=2&limit=20).hasNextPage(), getCount()) without heavy dependencies.cursor() or simplePaginate() instead).knplabs/doctrine-behaviors).For Executives: "This package lets us standardize pagination across Doctrine-based services with minimal effort—no new dependencies, just a lightweight wrapper. It’s a quick win for admin tools and APIs, reducing frontend workarounds and improving performance by offloading pagination logic to the backend. Low risk, high ROI for consistency."
For Engineering:
"If we’re already using Doctrine ORM, this decorator gives us reusable pagination methods (hasNextPage(), getCount()) without bloating our codebase. Tradeoff: It’s unmaintained (last release 2017), so we’d need to vet it for compatibility with our Doctrine version. Alternative: Fork it or use a more active package like knplabs/doctrine-behaviors for pagination traits."
How can I help you explore Laravel packages today?