sdk-for-php
sdk-for-php copied to clipboard
[READ-ONLY] Official Appwrite PHP SDK 🐘
## 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...
🐛 Bug Report: Appwrite\Query::contains(): Argument #2 ($value) must be of type string, array given
### 👟 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...
### 💭 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:...