What problem does it solve? Building server-side PHP applications with Appwrite requires knowing the correct SDK patterns for authentication, database operations, file storage, and permissions, and mistakes like using deprecated classes or missing permission strings cause broken or insecure backends. ## Core Features & Use Cases - Full SDK Coverage: Provides working PHP examples for user management, TablesDB CRUD, file storage, teams, and serverless function execution via API keys. - SSR Authentication Patterns: Implements admin and session client separation for Laravel and Symfony apps, including email/password login, OAuth2 flows, and secure cookie handling. - Permissions & Error Handling: Documents the Permission and Role helper model, common HTTP error codes, and AppwriteException handling to prevent inaccessible resources. - Use Case: A developer building a Laravel backend can use this Skill to create users, query rows with filters, upload files with per-user permissions, and manage session cookies correctly on the first attempt. ## Quick Start Ask the AI to write PHP code using the Appwrite SDK to create a database table and insert a row with user-specific read permissions.