| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-10 | 2.5 kB | |
| v0.19.0 source code.tar.gz | 2026-02-10 | 162.3 kB | |
| v0.19.0 source code.zip | 2026-02-10 | 479.7 kB | |
| Totals: 3 Items | 644.5 kB | 0 | |
What's Changed
- feat: Responses streaming types by @madskildegaard in https://github.com/openai-php/client/pull/711
- Add 'response.queued' event to CreateStreamedResponse by @boboldehampsink in https://github.com/openai-php/client/pull/712
- Response Retrieve streamed by @boboldehampsink in https://github.com/openai-php/client/pull/713
- build(core): test on php 8.5 by @iBotPeaches in https://github.com/openai-php/client/pull/714
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/openai-php/client/pull/716
- fix: List items for a conversation.
file_idis null andfile_datais not present in the API response by @romainnorberg in https://github.com/openai-php/client/pull/715 - Add image streaming support by @boboldehampsink in https://github.com/openai-php/client/pull/720
- Feat: Add Webhook Signature Verification by @Radiergummi in https://github.com/openai-php/client/pull/722
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/openai-php/client/pull/724
- Responses\CreateResponseType optional values are not handled properly by @bbrala in https://github.com/openai-php/client/pull/728
- fix(OpenAI): add support for missing
urlon web search output by @iBotPeaches in https://github.com/openai-php/client/pull/733 - fix(OpenAI): Add support for empty 'keepalive' stream event. by @iBotPeaches in https://github.com/openai-php/client/pull/734
- fix(OpenAI): don't bail out early on text/plain - only if JSON parsing errors occurred. by @iBotPeaches in https://github.com/openai-php/client/pull/736
- feat: add reasoning_content field to CreateResponseMessage by @Kemel91 in https://github.com/openai-php/client/pull/737
- release: v0.19.0 by @iBotPeaches in https://github.com/openai-php/client/pull/740
New Contributors
- @madskildegaard made their first contribution in https://github.com/openai-php/client/pull/711
- @boboldehampsink made their first contribution in https://github.com/openai-php/client/pull/712
- @romainnorberg made their first contribution in https://github.com/openai-php/client/pull/715
- @Radiergummi made their first contribution in https://github.com/openai-php/client/pull/722
- @bbrala made their first contribution in https://github.com/openai-php/client/pull/728
- @Kemel91 made their first contribution in https://github.com/openai-php/client/pull/737
Full Changelog: https://github.com/openai-php/client/compare/v0.18.0...v0.19.0