slider23 / php-llm-toolbox
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/slider23/php-llm-toolbox
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-10-05 17:14:06 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