Download the PHP package llm-agents/openai-client without Composer

On this page you can find all versions of the php package llm-agents/openai-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package openai-client

LLM Agents OpenAI Client

PHP Latest Version on Packagist Total Downloads

This package is your go-to solution for integrating OpenAI's powerful API into your LLM Agents projects.

What's in the box?

Installation 🛠️

  1. Run this command to add the package to your project:

  2. That's it! You're ready to roll.

Setting it up in Spiral

To get the OpenAI client up and running in your Spiral app, you need to register the bootloader.

Here's how:

  1. Open up your app/src/Application/Kernel.php file.

  2. In your Kernel class add the LLM\Agents\OpenAI\Client\Integration\Spiral\OpenAIClientBootloader bootloader:

The package uses your OpenAI API key and organization (if you have one) to authenticate.

Set these up in your .env file:

Setting it up in Laravel

If you're using the Laravel framework, you'll need to install the openai-php/laravel package register the Service provider.

Here's how:

  1. Install the openai-php/laravel package:

  2. Next, execute the install command:

  3. Finally, add your OpenAI API key to your .env file:

  4. And register the LLM\Agents\OpenAI\Client\Integration\Laravel\OpenAIClientServiceProvider

And that's it! The service provider will take care of registering the LLMInterface for you.

Contributing

We're always happy to get help making this package even better! Here's how you can chip in:

  1. Fork the repo
  2. Make your changes
  3. Create a new Pull Request

Please make sure your code follows PSR-12 coding standards and include tests for any new features.

License

This project is licensed under the MIT License - see the LICENSE file for details.


That's all, folks! If you run into any issues or have questions, feel free to open an issue on GitHub.


All versions of openai-client with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
openai-php/client Version ^0.10.1
llm-agents/agents Version ^1.6
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package llm-agents/openai-client contains the following files

Loading the files please wait ....