PHPackages                             alex-tikhomirova/ai-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. alex-tikhomirova/ai-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alex-tikhomirova/ai-client
==========================

Простой PHP-клиент для OpenAI Responses API на базе Guzzle.

v1.0.0(today)01↑2900%MITPHPPHP &gt;=7.4

Since Jun 26Pushed todayCompare

[ Source](https://github.com/alex-tikhomirova/ai-client)[ Packagist](https://packagist.org/packages/alex-tikhomirova/ai-client)[ RSS](/packages/alex-tikhomirova-ai-client/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

AI Client
=========

[](#ai-client)

[Русская версия](README.ru.md)

Simple PHP 7.4+ client for the OpenAI Responses API.

The package provides:

- a transport layer based on `guzzlehttp/guzzle`;
- retry handling for retryable HTTP errors;
- a high-level `AiClient`;
- prompt objects via `PromptInterface`;
- response objects via `ResponseInterface`.

Quick Start
-----------

[](#quick-start)

```
