Download the PHP package labsllm/llm-wrapper without Composer
On this page you can find all versions of the php package labsllm/llm-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download labsllm/llm-wrapper
More information about labsllm/llm-wrapper
Files in labsllm/llm-wrapper
Download labsllm/llm-wrapper
More information about labsllm/llm-wrapper
Files in labsllm/llm-wrapper
Vendor labsllm
Package llm-wrapper
Short Description PHP library that integrates different LLM services (ChatGPT, Claude, Gemini) into a single wrapper
License MIT
Package llm-wrapper
Short Description PHP library that integrates different LLM services (ChatGPT, Claude, Gemini) into a single wrapper
License MIT
Please rate this library. Is it a good library?
Informations about the package llm-wrapper
LLM Wrapper
A simple PHP library that provides a unified interface for interacting with various Large Language Models like OpenAI, Anthropic, and Google.
For complete documentation, visit labsllm.geanpedro.com.br
Install
Basic Usage
Switching Providers
Just change the provider in the using() method:
Provider Support Status
Legend:
- ✅ Supported
- 🚧 In Development
- 📅 Planned
- ❌ Not Supported
| Feature | OpenAI | Anthropic | |
|---|---|---|---|
| Text Prompts | ✅ | ✅ | 📅 |
| System Instructions | ✅ | ✅ | 📅 |
| Chat | ✅ | ✅ | 📅 |
| Tools/Functions | ✅ | ✅ | ❌ |
| Structure Output | ✅ | ✅ | ❌ |
| Streaming | ✅ | ✅ | ❌ |
| Embeddings | 📅 | ❌ | ❌ |
| Voice | 📅 | ❌ | ❌ |
| Image Generation | 📅 | ❌ | 📅 |
All versions of llm-wrapper with dependencies
PHP Build Version
Package Version
The package labsllm/llm-wrapper contains the following files
Loading the files please wait ...