PHPackages                             aysnc/llm-eval - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aysnc/llm-eval

ActiveLibrary[Framework](/categories/framework)

aysnc/llm-eval
==============

Simple LLM evaluation framework for PHP.

0.1.2(1mo ago)14MITPHPPHP ^8.3CI passing

Since Feb 10Pushed 1mo agoCompare

[ Source](https://github.com/Aysnc-Labs/llm-eval)[ Packagist](https://packagist.org/packages/aysnc/llm-eval)[ RSS](/packages/aysnc-llm-eval/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (12)Versions (4)Used By (0)

LLM-Eval
========

[](#llm-eval)

[![GitHub Actions](https://github.com/Aysnc-Labs/llm-eval/actions/workflows/test.yml/badge.svg)](https://github.com/Aysnc-Labs/llm-eval/actions/workflows/test.yml/badge.svg)[![Maintenance](https://camo.githubusercontent.com/9f9520637e3eaf34c2a45cb16bd6adf93e17366bb9c706a7d20b003e653afbcd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976656c792532304d61696e7461696e65642d7965732d677265656e2e737667)](https://camo.githubusercontent.com/9f9520637e3eaf34c2a45cb16bd6adf93e17366bb9c706a7d20b003e653afbcd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976656c792532304d61696e7461696e65642d7965732d677265656e2e737667)

A PHP package for evaluating LLM outputs. Test your prompts, validate responses, and ensure your AI features work correctly.

Installation
------------

[](#installation)

```
composer require aysnc/llm-eval
```

Configuration
-------------

[](#configuration)

Create `llm-eval.php` in your project root:

```
