From 17d3abb287629942886db80e4701d046b8eabb85 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 10 Feb 2026 13:19:07 +0530 Subject: [PATCH 1/3] feat: appwrite agent skills --- app/config/sdks.php | 19 ++++ composer.json | 2 +- composer.lock | 112 +++++++++++----------- docs/sdks/agent-skills/CHANGELOG.md | 5 + docs/sdks/agent-skills/GETTING_STARTED.md | 96 +++++++++++++++++++ src/Appwrite/Platform/Tasks/SDKs.php | 14 ++- 6 files changed, 191 insertions(+), 57 deletions(-) create mode 100644 docs/sdks/agent-skills/CHANGELOG.md create mode 100644 docs/sdks/agent-skills/GETTING_STARTED.md diff --git a/app/config/sdks.php b/app/config/sdks.php index 3476e9d224..c2f35c64a6 100644 --- a/app/config/sdks.php +++ b/app/config/sdks.php @@ -270,6 +270,25 @@ return [ 'repoBranch' => 'main', 'changelog' => \realpath(__DIR__ . '/../../docs/sdks/md/CHANGELOG.md'), ], + [ + 'key' => 'agent-skills', + 'name' => 'AgentSkills', + 'version' => '0.1.0', + 'url' => 'https://github.com/ChiragAgg5k/appwrite-agent-skills.git', + 'enabled' => true, + 'beta' => false, + 'dev' => false, + 'hidden' => false, + 'family' => APP_SDK_PLATFORM_CONSOLE, + 'prism' => 'agent-skills', + 'source' => \realpath(__DIR__ . '/../sdks/console-agent-skills'), + 'gitUrl' => 'git@github.com:ChiragAgg5k/appwrite-agent-skills.git', + 'gitRepoName' => 'appwrite-agent-skills', + 'gitUserName' => 'ChiragAgg5k', + 'gitBranch' => 'dev', + 'repoBranch' => 'master', + 'changelog' => \realpath(__DIR__ . '/../../docs/sdks/agent-skills/CHANGELOG.md'), + ], ], ], diff --git a/composer.json b/composer.json index 356723ec8d..afcf6ee327 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ }, "require-dev": { "ext-fileinfo": "*", - "appwrite/sdk-generator": "*", + "appwrite/sdk-generator": "dev-feat/agent-skills", "phpunit/phpunit": "9.*", "swoole/ide-helper": "6.*", "phpstan/phpstan": "1.8.*", diff --git a/composer.lock b/composer.lock index ce40ffa7a9..f6cd91512f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "917f9050c673379c91e46814c7c07f64", + "content-hash": "084126cb0ada718ce5181d7155202e2b", "packages": [ { "name": "adhocore/jwt", @@ -216,16 +216,16 @@ }, { "name": "brick/math", - "version": "0.14.7", + "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50" + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/07ff363b16ef8aca9692bba3be9e73fe63f34e50", - "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50", + "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { @@ -264,7 +264,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.14.7" + "source": "https://github.com/brick/math/tree/0.14.8" }, "funding": [ { @@ -272,7 +272,7 @@ "type": "github" } ], - "time": "2026-02-07T10:57:35+00:00" + "time": "2026-02-10T14:33:43+00:00" }, { "name": "chillerlan/php-qrcode", @@ -1355,16 +1355,16 @@ }, { "name": "open-telemetry/exporter-otlp", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/exporter-otlp.git", - "reference": "62e680d587beb42e5247aa6ecd89ad1ca406e8ca" + "reference": "283a0d66522f2adc6d8d7debfd7686be91c282be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/62e680d587beb42e5247aa6ecd89ad1ca406e8ca", - "reference": "62e680d587beb42e5247aa6ecd89ad1ca406e8ca", + "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/283a0d66522f2adc6d8d7debfd7686be91c282be", + "reference": "283a0d66522f2adc6d8d7debfd7686be91c282be", "shasum": "" }, "require": { @@ -1415,7 +1415,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-15T09:31:34+00:00" + "time": "2026-02-05T09:44:52+00:00" }, { "name": "open-telemetry/gen-otlp-protobuf", @@ -1482,16 +1482,16 @@ }, { "name": "open-telemetry/sdk", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sdk.git", - "reference": "7f1bd524465c1ca42755a9ef1143ba09913f5be0" + "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/7f1bd524465c1ca42755a9ef1143ba09913f5be0", - "reference": "7f1bd524465c1ca42755a9ef1143ba09913f5be0", + "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/c76f91203bf7ef98ab3f4e0a82ca21699af185e1", + "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1", "shasum": "" }, "require": { @@ -1575,7 +1575,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-21T04:14:03+00:00" + "time": "2026-01-28T11:38:11+00:00" }, { "name": "open-telemetry/sem-conv", @@ -4112,21 +4112,20 @@ }, { "name": "utopia-php/emails", - "version": "0.6.6", + "version": "0.6.8", "source": { "type": "git", "url": "https://github.com/utopia-php/emails.git", - "reference": "354f7fe591e1fba7736afada558cb3b02ec03fea" + "reference": "25dfcd46ed47b862d2a7e7c98d92a3a4680b6f1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/emails/zipball/354f7fe591e1fba7736afada558cb3b02ec03fea", - "reference": "354f7fe591e1fba7736afada558cb3b02ec03fea", + "url": "https://api.github.com/repos/utopia-php/emails/zipball/25dfcd46ed47b862d2a7e7c98d92a3a4680b6f1b", + "reference": "25dfcd46ed47b862d2a7e7c98d92a3a4680b6f1b", "shasum": "" }, "require": { "php": ">=8.0", - "utopia-php/cli": "^0.15", "utopia-php/domains": "^1.0", "utopia-php/fetch": "^0.5", "utopia-php/validators": "0.*" @@ -4134,7 +4133,9 @@ "require-dev": { "laravel/pint": "1.25.*", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.3", + "utopia-php/cli": "^0.22", + "utopia-php/console": "0.*" }, "type": "library", "autoload": { @@ -4166,9 +4167,9 @@ ], "support": { "issues": "https://github.com/utopia-php/emails/issues", - "source": "https://github.com/utopia-php/emails/tree/0.6.6" + "source": "https://github.com/utopia-php/emails/tree/0.6.8" }, - "time": "2026-02-02T10:41:22+00:00" + "time": "2026-02-09T12:31:56+00:00" }, { "name": "utopia-php/fetch", @@ -4784,22 +4785,21 @@ }, { "name": "utopia-php/queue", - "version": "0.15.4", + "version": "0.15.5", "source": { "type": "git", "url": "https://github.com/utopia-php/queue.git", - "reference": "2d693ec59119f853602f4be271602fddefbab507" + "reference": "aa80ffe6350efd3394615c3763dba138223a225a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/queue/zipball/2d693ec59119f853602f4be271602fddefbab507", - "reference": "2d693ec59119f853602f4be271602fddefbab507", + "url": "https://api.github.com/repos/utopia-php/queue/zipball/aa80ffe6350efd3394615c3763dba138223a225a", + "reference": "aa80ffe6350efd3394615c3763dba138223a225a", "shasum": "" }, "require": { "php": ">=8.3", "php-amqplib/php-amqplib": "^3.7", - "utopia-php/console": "0.0.*", "utopia-php/fetch": "0.5.*", "utopia-php/pools": "1.*", "utopia-php/servers": "0.2.*", @@ -4845,9 +4845,9 @@ ], "support": { "issues": "https://github.com/utopia-php/queue/issues", - "source": "https://github.com/utopia-php/queue/tree/0.15.4" + "source": "https://github.com/utopia-php/queue/tree/0.15.5" }, - "time": "2026-02-04T08:50:35+00:00" + "time": "2026-02-10T12:30:46+00:00" }, { "name": "utopia-php/registry", @@ -4903,16 +4903,16 @@ }, { "name": "utopia-php/servers", - "version": "0.2.4", + "version": "0.2.5", "source": { "type": "git", "url": "https://github.com/utopia-php/servers.git", - "reference": "8675d32f4315e91cdb7757a829356030029ed4f5" + "reference": "4770e879a90685af4ba14e7e5d95d0a17c7fdf03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/servers/zipball/8675d32f4315e91cdb7757a829356030029ed4f5", - "reference": "8675d32f4315e91cdb7757a829356030029ed4f5", + "url": "https://api.github.com/repos/utopia-php/servers/zipball/4770e879a90685af4ba14e7e5d95d0a17c7fdf03", + "reference": "4770e879a90685af4ba14e7e5d95d0a17c7fdf03", "shasum": "" }, "require": { @@ -4951,9 +4951,9 @@ ], "support": { "issues": "https://github.com/utopia-php/servers/issues", - "source": "https://github.com/utopia-php/servers/tree/0.2.4" + "source": "https://github.com/utopia-php/servers/tree/0.2.5" }, - "time": "2026-02-04T07:15:26+00:00" + "time": "2026-02-10T04:21:53+00:00" }, { "name": "utopia-php/span", @@ -5488,16 +5488,16 @@ "packages-dev": [ { "name": "appwrite/sdk-generator", - "version": "1.8.26", + "version": "dev-feat/agent-skills", "source": { "type": "git", "url": "https://github.com/appwrite/sdk-generator.git", - "reference": "ce65854069a1af8ef0757650da5848168cca5f02" + "reference": "2cd4af28ed7b7758b2bffbac3a66a5af7e7a56cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/ce65854069a1af8ef0757650da5848168cca5f02", - "reference": "ce65854069a1af8ef0757650da5848168cca5f02", + "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/2cd4af28ed7b7758b2bffbac3a66a5af7e7a56cb", + "reference": "2cd4af28ed7b7758b2bffbac3a66a5af7e7a56cb", "shasum": "" }, "require": { @@ -5533,9 +5533,9 @@ "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", "support": { "issues": "https://github.com/appwrite/sdk-generator/issues", - "source": "https://github.com/appwrite/sdk-generator/tree/1.8.26" + "source": "https://github.com/appwrite/sdk-generator/tree/feat/agent-skills" }, - "time": "2026-02-08T07:41:27+00:00" + "time": "2026-02-11T05:31:45+00:00" }, { "name": "doctrine/annotations", @@ -5762,16 +5762,16 @@ }, { "name": "laravel/pint", - "version": "v1.27.0", + "version": "v1.27.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90" + "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/c67b4195b75491e4dfc6b00b1c78b68d86f54c90", - "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90", + "url": "https://api.github.com/repos/laravel/pint/zipball/54cca2de13790570c7b6f0f94f37896bee4abcb5", + "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5", "shasum": "" }, "require": { @@ -5782,13 +5782,13 @@ "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.92.4", - "illuminate/view": "^12.44.0", - "larastan/larastan": "^3.8.1", - "laravel-zero/framework": "^12.0.4", + "friendsofphp/php-cs-fixer": "^3.93.1", + "illuminate/view": "^12.51.0", + "larastan/larastan": "^3.9.2", + "laravel-zero/framework": "^12.0.5", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^2.3.3", - "pestphp/pest": "^3.8.4" + "pestphp/pest": "^3.8.5" }, "bin": [ "builds/pint" @@ -5825,7 +5825,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2026-01-05T16:49:17+00:00" + "time": "2026-02-10T20:00:20+00:00" }, { "name": "matthiasmullie/minify", @@ -8994,7 +8994,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "appwrite/sdk-generator": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/docs/sdks/agent-skills/CHANGELOG.md b/docs/sdks/agent-skills/CHANGELOG.md new file mode 100644 index 0000000000..4454bddcbf --- /dev/null +++ b/docs/sdks/agent-skills/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog Log + +## 0.1.0 + +- Initial release \ No newline at end of file diff --git a/docs/sdks/agent-skills/GETTING_STARTED.md b/docs/sdks/agent-skills/GETTING_STARTED.md new file mode 100644 index 0000000000..4dcfd9447e --- /dev/null +++ b/docs/sdks/agent-skills/GETTING_STARTED.md @@ -0,0 +1,96 @@ +## Getting Started + +Agent Skills to help developers using AI coding agents with Appwrite. Agent Skills are folders of instructions, scripts, and resources that agents like Claude Code, Cursor, GitHub Copilot, and others can discover and use to work more accurately and efficiently. + +These skills follow the Agent Skills Open Standard: https://agentskills.io/home + +### Install the skills + +Install directly with the Skills CLI: + +```bash +npx skills add chiragagg5k/appwrite-agent-skills +``` + +This installs the packaged `appwrite-*` skills into your local skills directory. + +### Available language skills + +- `appwrite-typescript` +- `appwrite-dart` +- `appwrite-kotlin` +- `appwrite-swift` +- `appwrite-php` +- `appwrite-python` +- `appwrite-ruby` +- `appwrite-go` +- `appwrite-dotnet` + +### Usage + +Skills are automatically available once installed. The agent will use them when relevant tasks are detected. + +### Prompt examples + +Use these as copy-paste prompt starters. + +#### TypeScript (server-side) + +```text +Use the appwrite-typescript skill. +Create a Node.js script that uses Users service to create a user, then adds an initial profile row in TablesDB. +Use env vars for endpoint, project ID, and API key. +Include error handling and a small retry for transient failures. +``` + +#### TypeScript (web client) + +```text +Use the appwrite-typescript skill. +Build a browser login flow with Account service: +- email/password signup +- email/password session login +- fetch current user +- logout current session +Return production-ready TypeScript code. +``` + +#### Python + +```text +Use the appwrite-python skill. +Write a script that uploads a local file to Storage, then prints the file ID and a preview URL. +Use InputFile.from_path and catch Appwrite exceptions. +``` + +#### PHP + +```text +Use the appwrite-php skill. +Create a service class that lists rows from TablesDB with Query.equal and Query.limit, and maps them to DTOs. +Prefer dependency injection for the Appwrite client. +``` + +#### Go + +```text +Use the appwrite-go skill. +Implement a CLI command that creates a document-style row, then reads it back and prints JSON output. +Use context timeouts and structured error messages. +``` + +#### Kotlin + +```text +Use the appwrite-kotlin skill. +Generate Android repository code to paginate rows using cursor queries and expose a suspend function API. +Keep UI concerns out of the data layer. +``` + +#### Migration prompt (Databases -> TablesDB) + +```text +Use the appwrite-typescript skill. +Migrate this existing Databases-based code to TablesDB APIs. +Keep behavior identical and list each API mapping you changed. +``` diff --git a/src/Appwrite/Platform/Tasks/SDKs.php b/src/Appwrite/Platform/Tasks/SDKs.php index 013fae1193..20e04af682 100644 --- a/src/Appwrite/Platform/Tasks/SDKs.php +++ b/src/Appwrite/Platform/Tasks/SDKs.php @@ -2,6 +2,7 @@ namespace Appwrite\Platform\Tasks; +use Appwrite\SDK\Language\AgentSkills; use Appwrite\SDK\Language\Android; use Appwrite\SDK\Language\Apple; use Appwrite\SDK\Language\CLI; @@ -51,6 +52,7 @@ class SDKs extends Action 'graphql', 'rest', 'markdown', + 'agent-skills' ]; public static function getName(): string @@ -281,6 +283,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND $config = new Markdown(); $config->setNPMPackage('@appwrite.io/docs'); break; + case 'agent-skills': + $config = new AgentSkills(); + break; default: throw new \Exception('Language "' . $language['key'] . '" not supported'); } @@ -573,9 +578,16 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND foreach ($docDirectories as $languageTitle => $path) { $languagePath = strtolower($languageTitle !== 0 ? '/' . $languageTitle : ''); + $examplesSource = $result . '/docs/examples' . $languagePath; + + if (!\is_dir($examplesSource)) { + Console::warning("No code examples found for {$language['name']} SDK at: {$examplesSource}. Skipping copy."); + continue; + } + \exec( 'mkdir -p ' . $resultExamples . $languagePath . ' && \ - cp -r ' . $result . '/docs/examples' . $languagePath . ' ' . $resultExamples + cp -r ' . $examplesSource . ' ' . $resultExamples ); Console::success("Copied code examples for {$language['name']} SDK to: {$resultExamples}"); } From efaf44c67770eabcd16e7a13aecbdda5661fb1a4 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 12 Feb 2026 17:24:16 +0530 Subject: [PATCH 2/3] changes --- app/config/sdks.php | 10 +++++----- docs/sdks/agent-skills/CHANGELOG.md | 11 +++++++++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/app/config/sdks.php b/app/config/sdks.php index c2f35c64a6..16c0643b6b 100644 --- a/app/config/sdks.php +++ b/app/config/sdks.php @@ -274,7 +274,7 @@ return [ 'key' => 'agent-skills', 'name' => 'AgentSkills', 'version' => '0.1.0', - 'url' => 'https://github.com/ChiragAgg5k/appwrite-agent-skills.git', + 'url' => 'https://github.com/appwrite/agent-skills.git', 'enabled' => true, 'beta' => false, 'dev' => false, @@ -282,11 +282,11 @@ return [ 'family' => APP_SDK_PLATFORM_CONSOLE, 'prism' => 'agent-skills', 'source' => \realpath(__DIR__ . '/../sdks/console-agent-skills'), - 'gitUrl' => 'git@github.com:ChiragAgg5k/appwrite-agent-skills.git', - 'gitRepoName' => 'appwrite-agent-skills', - 'gitUserName' => 'ChiragAgg5k', + 'gitUrl' => 'git@github.com:appwrite/agent-skills.git', + 'gitRepoName' => 'agent-skills', + 'gitUserName' => 'appwrite', 'gitBranch' => 'dev', - 'repoBranch' => 'master', + 'repoBranch' => 'main', 'changelog' => \realpath(__DIR__ . '/../../docs/sdks/agent-skills/CHANGELOG.md'), ], ], diff --git a/docs/sdks/agent-skills/CHANGELOG.md b/docs/sdks/agent-skills/CHANGELOG.md index 4454bddcbf..ddf5b0096f 100644 --- a/docs/sdks/agent-skills/CHANGELOG.md +++ b/docs/sdks/agent-skills/CHANGELOG.md @@ -1,5 +1,12 @@ -# Changelog Log +# Changelog ## 0.1.0 -- Initial release \ No newline at end of file +Initial release compatible with Appwrite server 1.8.x. Follows the [Agent Skills Open Standard](https://agentskills.io/home). + +- Added agent skills for 9 languages: TypeScript, Python, PHP, Go, Kotlin, Swift, Ruby, .NET, and Dart +- Coverage for Account, Users, TablesDB, Storage, Teams, Functions, and Realtime services +- Query builder with filtering, sorting, pagination, and field selection +- Permission and Role helpers for access control +- SSR authentication patterns for major frameworks +- Consistent error handling via `AppwriteException` across all languages \ No newline at end of file From eb5d7875e4723973affd5f860b39c7dfa49acf1c Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 12 Feb 2026 17:39:44 +0530 Subject: [PATCH 3/3] composer --- composer.json | 2 +- composer.lock | 48 +++++++++++++++++++++++------------------------- 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index de50d380fd..c217b63e6f 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ }, "require-dev": { "ext-fileinfo": "*", - "appwrite/sdk-generator": "dev-feat/agent-skills", + "appwrite/sdk-generator": "*", "phpunit/phpunit": "9.*", "swoole/ide-helper": "6.*", "phpstan/phpstan": "1.8.*", diff --git a/composer.lock b/composer.lock index 215956597a..ec5fe97db7 100644 --- a/composer.lock +++ b/composer.lock @@ -3797,16 +3797,16 @@ }, { "name": "utopia-php/database", - "version": "5.0.2", + "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "aa80f86f5bf3f0d8c13abd3213bf1649f542d366" + "reference": "94815bfa605282096272625827d0314f9ed99066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/aa80f86f5bf3f0d8c13abd3213bf1649f542d366", - "reference": "aa80f86f5bf3f0d8c13abd3213bf1649f542d366", + "url": "https://api.github.com/repos/utopia-php/database/zipball/94815bfa605282096272625827d0314f9ed99066", + "reference": "94815bfa605282096272625827d0314f9ed99066", "shasum": "" }, "require": { @@ -3814,10 +3814,10 @@ "ext-mongodb": "*", "ext-pdo": "*", "php": ">=8.4", - "utopia-php/cache": "1.0.*", + "utopia-php/cache": "1.*", "utopia-php/framework": "0.33.*", - "utopia-php/mongo": "0.11.*", - "utopia-php/pools": "1.0.*" + "utopia-php/mongo": "1.*", + "utopia-php/pools": "1.*" }, "require-dev": { "fakerphp/faker": "1.23.*", @@ -3849,9 +3849,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/5.0.2" + "source": "https://github.com/utopia-php/database/tree/5.1.1" }, - "time": "2026-02-08T05:23:42+00:00" + "time": "2026-02-12T11:44:58+00:00" }, { "name": "utopia-php/detector", @@ -4519,16 +4519,16 @@ }, { "name": "utopia-php/mongo", - "version": "0.11.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/utopia-php/mongo.git", - "reference": "34bc0cda8ea368cde68702a6fffe2c3ac625398e" + "reference": "45bedf36c2c946ec7a0a3e59b9f12f772de0b01d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/mongo/zipball/34bc0cda8ea368cde68702a6fffe2c3ac625398e", - "reference": "34bc0cda8ea368cde68702a6fffe2c3ac625398e", + "url": "https://api.github.com/repos/utopia-php/mongo/zipball/45bedf36c2c946ec7a0a3e59b9f12f772de0b01d", + "reference": "45bedf36c2c946ec7a0a3e59b9f12f772de0b01d", "shasum": "" }, "require": { @@ -4574,9 +4574,9 @@ ], "support": { "issues": "https://github.com/utopia-php/mongo/issues", - "source": "https://github.com/utopia-php/mongo/tree/0.11.0" + "source": "https://github.com/utopia-php/mongo/tree/1.0.0" }, - "time": "2025-10-20T11:11:23+00:00" + "time": "2026-02-12T05:54:06+00:00" }, { "name": "utopia-php/platform", @@ -5389,16 +5389,16 @@ "packages-dev": [ { "name": "appwrite/sdk-generator", - "version": "1.8.28", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/appwrite/sdk-generator.git", - "reference": "4762aa017b28a3a7e4e53da6e193d0c196ec3fd4" + "reference": "94a2d7ef55ea63c6e8afb166d39a82c07d01c8c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/4762aa017b28a3a7e4e53da6e193d0c196ec3fd4", - "reference": "4762aa017b28a3a7e4e53da6e193d0c196ec3fd4", + "url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/94a2d7ef55ea63c6e8afb166d39a82c07d01c8c0", + "reference": "94a2d7ef55ea63c6e8afb166d39a82c07d01c8c0", "shasum": "" }, "require": { @@ -5434,9 +5434,9 @@ "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", "support": { "issues": "https://github.com/appwrite/sdk-generator/issues", - "source": "https://github.com/appwrite/sdk-generator/tree/1.8.28" + "source": "https://github.com/appwrite/sdk-generator/tree/1.9.0" }, - "time": "2026-02-11T10:35:18+00:00" + "time": "2026-02-12T12:08:13+00:00" }, { "name": "doctrine/annotations", @@ -8895,9 +8895,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "appwrite/sdk-generator": 20 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -8921,5 +8919,5 @@ "platform-overrides": { "php": "8.3" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }