sdk-for-php icon indicating copy to clipboard operation
sdk-for-php copied to clipboard

[READ-ONLY] Official Appwrite PHP SDK 🐘

Results 8 sdk-for-php issues
Sort by recently updated
recently updated
newest added
trafficstars

## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...

### 💭 Description Hi, I installed AppWrite with Composer and updated it to v 3.0.0. How do I use Database queries? "use Appwrite\Query" does not work. Thanks ### 👀 Have...

### 💭 Description Hi, after reading your documentation, I could not figure out how to update a file I created earlier with new content. Please help. Thanks ### 👀 Have...

### 👟 Reproduction steps Just do a contains query with an array, the same query that is in documentation reproduce this bug: Query.contains("ingredients", ['apple', 'banana']) ### 👍 Expected behavior contains...

bug

### 💭 Description I installed appwrite to be able to authenticate users faster using SMS and Twilio as a backend. I'm having a hard time doing server side verification because...

### 💭 Description this Sdk not include, Account client side functionality. like [Create Account] [ Create Email Session] and other. How can I do it, client side functionality in PHP...

### 👟 Reproduction steps Using Querys with php8.3 ### 👍 Expected behavior Should not trigger a fatal error. ### 👎 Actual Behavior Fatal error: During inheritance of JsonSerializable: Uncaught ErrorException:...

bug