slider23 / php-llm-toolbox
0.1.0
2025-06-03 03:53 UTC
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-06-13 13:00:28 UTC
README
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