CloudKit-PHP
CloudKit-PHP copied to clipboard
For server-to-server comms from PHP to CloudKit.
I see that a query can be filtered, but can it be sorted?
Is there a way to delete an object in CloudKit?
Is there a way to save a CKAsset?
It seems like any way I try to save an integer or a date this throws an error. Is there any way at all to save an integer or a...
Hello, I am having issues with updating / creating integer values Int64 I am sending the field update as $record->setField('isFirstTime', 1); however the request fails with BadRequestException: Unexpected input Any...
Setup
Can you explain how this can be setup on a server to run a script that will continually update CloudKit from a third-party API? This code looks awesome, I am...
Great work !!! In my case with the same code on saveRecords raise an error : ` object(CloudKit\CKError)#6 (5) { ["serverErrorCode":"CloudKit\CKError":private]=> string(11) "BAD_REQUEST" ["reason":"CloudKit\CKError":private]=> string(37) "BadRequestException: Unexpected input" ["recordName":"CloudKit\CKError":private]=> NULL...
most people tend to use the composer packet manager: https://getcomposer.org/ so could you add a composer.json ? even if your project is not listed in https://packagist.org/ it would still be...
Hello, I'am new in CloudKit. I got the error message: ``` object(CloudKit\QueryResponse)#5 (2) { ["records":"CloudKit\RecordsResponse":private]=> NULL ["errors":protected]=> array(1) { [0]=> object(CloudKit\CKError)#6 (5) { ["serverErrorCode":"CloudKit\CKError":private]=> string(11) "BAD_REQUEST" ["reason":"CloudKit\CKError":private]=> string(50) "Did not...