Download the PHP package openai-php/symfony without Composer
On this page you can find all versions of the php package openai-php/symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package symfony
OpenAI PHP for Symfony is a community-maintained PHP API client that allows you to interact with the Open AI API. If you or your business relies on this package, it's important to support the developers who have contributed their time and effort to create and maintain this valuable tool:
- Nuno Maduro: github.com/sponsors/nunomaduro
- Sandro Gehri: github.com/sponsors/gehrisandro
Note: This repository contains the integration code of the OpenAI PHP for Symfony. If you want to use the OpenAI PHP client in a framework-agnostic way, take a look at the openai-php/client repository.
Get Started
Requires PHP 8.1+
First, install OpenAI via the Composer package manager:
Next, register the bundle in your config/bundles.php
:
This will create a .env
configuration file in your project, which you can modify to your needs
using environment variables:
Finally, you may use the openai
service to access the OpenAI API:
Usage
For usage examples, take a look at the openai-php/client repository.
OpenAI PHP for Symfony is an open-sourced software licensed under the MIT license.
All versions of symfony with dependencies
nyholm/psr7 Version ^1.8.2
openai-php/client Version ^0.10.2
psr/http-client Version ^1.0.3
psr/http-factory Version ^1.1.0
symfony/config Version ^5.4|^6.3|^7.1.1
symfony/dependency-injection Version ^5.4|^6.3|^7.1.5
symfony/http-client Version ^5.4|^6.3|^7.1.5
symfony/http-kernel Version ^5.4|^6.3|^7.1.5