PHP library for interaction with LLM providers. (Content from DESCRIPTION.md can be merged here if desired)
Install the package with composer:
composer require slider23/php-llm-toolbox
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