Skip to content

slider23/php-llm-toolbox

Repository files navigation

PHP LLM Toolbox

PHP library for interaction with LLM providers. (Content from DESCRIPTION.md can be merged here if desired)

Installation

Install the package with composer:

composer require slider23/php-llm-toolbox

Testing

This project uses PHPUnit for testing.

To run the tests, execute the following command from the root directory of the project:

./vendor/bin/phpunit

To generate a code coverage report (output will be in the coverage directory):

./vendor/bin/phpunit --coverage-html coverage

About

Work with common LLM providers with minimal dependencies

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published