Download the PHP package theodo-group/llphant without Composer

On this page you can find all versions of the php package theodo-group/llphant. 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 llphant

LLPhant - The PHP library for Gen AI and Vector Databases

We designed this framework to be as simple as possible, while still providing you with the tools you need to build powerful apps. It is compatible with Symfony and Laravel.

We are working to expand the support of different LLMs. Right now, we are supporting OpenAI, Anthropic, Mistral, Ollama, LM Studio, Atlas Cloud and services compatible with the OpenAI API such as LocalAI. Ollama that can be used to run LLM locally such as Llama 2.

Atlas Cloud

LLPhant's AtlasCloudConfig targets the OpenAI-compatible Atlas Cloud endpoint at https://api.atlascloud.ai/v1 and now defaults to the validated chat model qwen/qwen3.5-flash.

The configuration also accepts any Atlas model slug exposed by your account via the optional ATLASCLOUD_MODEL environment variable. Examples from the current public Text model list include:

We want to thank few amazing projects that we use here or inspired us:

We can find great external resource on LLPhant (ping us to add yours):

Get Started

Note
Requires PHP 8.1+

First, install LLPhant via the Composer package manager:

In case you have not installed the GD extension, and you do not want to add it to your PHP setup, you can use the --ignore-platform-req=ext-gd option

If you want to try the latest features of this library, you can use:

You may also want to check the requirements for OpenAI PHP SDK as it is the main client.

Documentation

Find documentation in the docs directory or online at https://llphant.readthedocs.org

Contributing

See CONTRIBUTING for details.

Contributors

Thanks to our contributors:

Sponsor

LLPhant is sponsored by :

Theodo logo

All versions of llphant with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1.0
guzzlehttp/guzzle Version ^7.4.5
guzzlehttp/psr7 Version ^2.7
openai-php/client Version ^v0.19.2
php-http/discovery Version ^1.20.0
php-http/multipart-stream-builder Version ^1.4.2
phpoffice/phpword Version ^1.4.0
psr/http-client Version ^1.0.3
psr/http-message Version ^1.0 || ^2.0
psr/log Version ^3.0
smalot/pdfparser Version ^2.11
yethee/tiktoken Version ^0.10.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 theodo-group/llphant contains the following files

Loading the files please wait ...