[READ-ONLY] Official Appwrite PHP SDK 🐘
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstra
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstra
## What's Changed Release version 20.2.1 **Full Changelog**: https://github.com/appwrite/sdk-for-php/compare/20.2.0...20.2.1
## What's Changed * Added optional encrypt parameter for database attributes (Text, Longtext, Mediumtext, Varchar) and corresponding column creation …
## What's Changed * Add array-based enum parameters (e.g., `permissions: array<BrowserPermission>`). * Breaking change: `Output` enum has been remove…
## What's Changed * Added ability to create columns and indexes synchronously while creating a table **Full Changelog**: https://github.com/appwrite…
## What's Changed * Rename `VCSDeploymentType` enum to `VCSReferenceType` * Change `createTemplateDeployment` method signature: replace `version` par…
## What's Changed * Fix `TablesDB` service to use correct file name **Full Changelog**: https://github.com/appwrite/sdk-for-php/compare/18.0.0...18.…
## What's Changed * Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors * Add support for `getScreenshot…
## What's Changed * Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance * Add `Operator` class …