Merged
Conversation
* chore(internal): php cs fixer should not be memory limited * feat: use `$_ENV` aware getenv helper * feat: add Bedrock client (#273) * Add Bedrock client * Add Bedrock streaming support * Support counting tokens * Replace magic number with constant * Adapt implementation to latest changes * feat: add Vertex client (#264) * Add Vertex client * Add streaming support * Add Vertex model cases * Adapt implementation to latest changes * merge --------- Co-authored-by: dogisgreat <git@bigly.dog> * feat(api): Release Claude Opus 4.6, adaptive thinking, and other features * chore: add usage sections for the Bedrock and Vertex clients (#303) * Add usage sections for the Bedrock and Vertex clients * Update README for Bedrock and Vertex * chore: integrate latest API updates into Bedrock and Vertex clients (#308) * chore: add exception message to `Util::getenv()` and add tests (#309) * feat: add Foundry client (#307) * Add Foundry client * Limit models to those Foundry supports See https://platform.claude.com/docs/en/build-with-claude/claude-in-microsoft-foundry#api-model-ids-and-deployments * Add link to supported Foundry models * feat: warn when thinking is enabled for certain models (#305) * feat(api): add support for speed mode * fix(ci): use correct GitHub URL for Packagist notification (#14) The Packagist update-package API was using www.github.com which doesn't match the repository URL registered on Packagist (github.com without www). This caused the v0.5.0 release workflow to fail with a 404 error. * codegen metadata * codegen metadata * chore(client): update model name * codegen metadata * fix: add type declaration to avoid lint error (#311) * feat(api): Releasing claude-sonnet-4-6 Releasing claude-sonnet-4-6 and GAing advanced tool use features. * fix(api): fix spec errors * feat(api): manual updates Makes new tool versions available as top level tool types: - WebSearchTool_20260209 - WebFetchTool_20260209 - ServerToolCaller_20260120 - CodeExecutionTool_20260120 Enables new code execution version `code_execution_20260120` as an 'allowed_caller'. * docs: streamline and standardize docs (#313) * docs: streamline README, centralize documentation at docs.anthropic.com Full documentation for the PHP SDK is now available at https://docs.anthropic.com/en/api/sdks/php. The README now focuses on getting started quickly. To suggest improvements to the documentation, see CONTRIBUTING.md. * docs: update getting started example to use Opus 4.6 * docs: replace "Anthropic API" with "Claude API" * docs: address PR review — rename to Claude SDK, update URLs to platform.claude.com * fix: restore x-release-please-start-version markers in README The release-please version automation markers were accidentally removed in efc3d16 (docs: streamline and standardize docs). This restores the <!-- x-release-please-start-version --> and <!-- x-release-please-end --> markers around the composer require command in the Installation section, so that release-please can automatically update the version string. * chore: remove accidentally committed worktree files --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Jérôme Gamez <jerome@gamez.name> Co-authored-by: dogisgreat <git@bigly.dog> Co-authored-by: Cameron McAteer <246350779+cameron-mcateer@users.noreply.github.com> Co-authored-by: Marie Vachovsky <marie@anthropic.com>
646f489 to
1688930
Compare
1688930 to
78fc35c
Compare
78fc35c to
2ee0ce7
Compare
d2e5650 to
b5ad216
Compare
b5ad216 to
7ddbb74
Compare
62f4efd to
e9c8ac9
Compare
96bb393 to
1374d46
Compare
…ve budgetTokens (#401)
9ca6e64 to
58c783b
Compare
31f8765 to
3e2ee38
Compare
e11ff4e to
319e23a
Compare
35276c2 to
e2efc59
Compare
e2efc59 to
11363cb
Compare
packyg
approved these changes
Mar 16, 2026
Contributor
Author
|
🤖 Release is at https://github.com/anthropics/anthropic-sdk-php/releases/tag/v0.7.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.7.0 (2026-03-16)
Full Changelog: v0.6.0...v0.7.0
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions