PHPackages                             erdum/php-open-ai-assistant-sdk - 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. [API Development](/categories/api)
4. /
5. erdum/php-open-ai-assistant-sdk

ActiveLibrary[API Development](/categories/api)

erdum/php-open-ai-assistant-sdk
===============================

A PHP class for seamless interaction with the OpenAI Assistant API, enabling developers build powerful AI assistants capable of performing a variety of tasks.

v1.0.0(2y ago)203.1k↓14.9%4[1 issues](https://github.com/erdum/php-open-ai-assistant-sdk/issues)MITPHPPHP &gt;=5.3.3

Since Nov 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/erdum/php-open-ai-assistant-sdk)[ Packagist](https://packagist.org/packages/erdum/php-open-ai-assistant-sdk)[ RSS](/packages/erdum-php-open-ai-assistant-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

OpenAI Assistant API PHP SDK
============================

[](#openai-assistant-api-php-sdk)

A PHP class for seamless interaction with the OpenAI Assistant API, enabling developers to build powerful AI assistants capable of performing a variety of tasks.

[![](banner.png)](banner.png)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Reference](#reference)
- [Feedback](#feedback)
- [License](#license)

Installation
------------

[](#installation)

Install with composer

```
composer require erdum/php-open-ai-assistant-sdk
```

Or install without composer on older PHP versions just clone the project in your working directory and require the OpenAIAssistant.php

```
git clone https://github.com/erdum/php-open-ai-assistant-sdk.git
```

```
