cakephp-api-pagination icon indicating copy to clipboard operation
cakephp-api-pagination copied to clipboard

Add support for CakePHP 5

Open ishanvyas22 opened this issue 9 months ago • 3 comments

ref. https://github.com/bcrowe/cakephp-api-pagination/issues/14

@bcrowe The PR can be merged after you move current code into 3.x branch for CakePHP 4 support.

For the support of PHP 8.4, it needs to have CakePHP 5.1 which blocks the users who wants to use cake 5.0. So it's better to include it into a separate minor release.

ishanvyas22 avatar Mar 06 '25 06:03 ishanvyas22

🙌 Thanks for this @ishanvyas22 ! I'll take a look over this later tonight and get things merged and make a release.

bcrowe avatar Mar 07 '25 23:03 bcrowe

Hey @bcrowe, did you had a chance to look at it? No pressure just following up.

ishanvyas22 avatar Mar 11 '25 06:03 ishanvyas22

What's the status for this PR? I just did a fresh CakePHP 5.2.7 install and wanted to implement this plugin. Composer rejected it because of the CakePHP4 dependencies.

PaulHendriks avatar Sep 18 '25 13:09 PaulHendriks