PHPackages                             ohffs/simple-php-llm - 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. [API Development](/categories/api)
4. /
5. ohffs/simple-php-llm

ActiveLibrary[API Development](/categories/api)

ohffs/simple-php-llm
====================

Make simple calls to LLM api's

1.0.5(4mo ago)01MITPHP

Since Jan 2Pushed 4mo agoCompare

[ Source](https://github.com/ohnotnow/simple-php-llm)[ Packagist](https://packagist.org/packages/ohffs/simple-php-llm)[ RSS](/packages/ohffs-simple-php-llm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

SimpleLlm
=========

[](#simplellm)

A simple PHP library for LLM API interactions. The 90% use case: send messages, get a response.

No streaming. No tool calls. No agents, tool calls, multi-modal. Just the basics.

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

[](#installation)

```
composer require ohffs/simple-php-llm
```

Quick Start
-----------

[](#quick-start)

```
