cakephp-api
cakephp-api copied to clipboard
API Plugin for CakePHP
The versioning documentation seems to be missing or the link pointing to it is wrong. The link can be found on /docs/home.md (last item from the list), but the versioning.md...
HI, the third parameter `JWT::decode()` in `firebase/php-jwt:v6.9.0` is changed. With these changes, I tried to solve this incompatibility problem. I hope I have done this correctly.
Is there same way to inject DI inside API Service actions ? Actually the constructor allows only to parent $config. It would be nice to have the possibility of getting...
I am trying to use the Api plugin for my application. My application highly relies on plugins, all located inside plugin folder of the application. I try to explain my...
We're working with the CakeDC development team as a paid client and need to have this updated to allow support for the latest version of CakeDC/Users (v15.1) which includes a...
Hi, When I want to use the kreait/firebase-php package alongside the cakedc/cakephp-api package, I encounter a problem because the cakedc/cakephp-api package uses a restricted version of the lcobucci/jwt package. >...
I am using below query to set order direction. ``` $order[$sortField] = $sortDirection; $query = $this->getTable() ->find('search', ['search' => $requestQuery]) ->order($order); ``` I am using below event. It is setting...
…result.cache to .gitignore