sprintcube / cakephp-rest

CakePHP REST Plugin - Easily build REST API endpoints in your CakePHP application.
MIT License
25 stars 6 forks source link

CakePHP 4 #11

Closed wsergent closed 2 years ago

wsergent commented 2 years ago

Is there any chance of an official update to this plugin to support CakePHP 4? At present, we are updating an application, and have successfully ported everything to Cake4 via the upgrade guide. The last step is the actual update to CakePHP 4 via a composer update, which can't happen while the sprintcube/cakephp-rest plugin is requiring "cakephp/cakephp": "^3.4.0"

narendravaghela commented 2 years ago

Hi @wsergent

We are not actively maintaining this plugin. If you want to use this plugin, please update its codebase as per the CakePHP 4.

wsergent commented 2 years ago

Thanks for the response, completely understand. I've instead gone without the plugin entirely as it was easy enough to replicate the core functionality in the base CakePHP 4 code using their Authentication plugin. Thank you again for the plugin, it is/was an integral part of our CakePHP 3 projects.