Skip to content

fix: example sdks to use correct platform #1119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged

Conversation

ChiragAgg5k
Copy link
Member

What does this PR do?

use 1.7.x for now and use correct platforms.

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

yes.

example.php Outdated
Comment on lines 56 to 54
$sdk = new SDK($php, new Swagger2($spec));
$sdk = new SDK($php, new Swagger2($serverSpec));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not pin languages to specific platforms, the generator is agnostic. PHP being a server-side SDK is an Appwrite specific concept

@abnegate abnegate merged commit 0a16a34 into master Jul 23, 2025
74 of 75 checks passed
@abnegate abnegate deleted the update-example-php branch July 23, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants