evowareio/ollama-php
A wrapper library for interacting with Ollama API in a simplified, object driven manner.
This is a PHP library for developers to integrate Large Language Models (LLMs) into their PHP applications. It allows you to send text prompts to a local Ollama server and receive text completions or embeddings. PHP developers can use this to add AI capabilities like text generation or semantic search to their web applications and backend systems.
No commits in the last 6 months.
Use this if you are a PHP developer building applications and want to easily incorporate local Large Language Models (LLMs) powered by Ollama.
Not ideal if you are not a PHP developer, or if you need a solution for interacting with cloud-based LLM APIs rather than a local Ollama server.
Stars
24
Forks
5
Language
PHP
License
—
Category
Last pushed
Jun 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/evowareio/ollama-php"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SillyTavern/SillyTavern
LLM Frontend for Power Users.
libre-webui/libre-webui
Privacy-first web interface for local AI models. Clean, minimal UI for Ollama with extensible...
chyok/ollama-gui
A single-file tkinter-based Ollama GUI project with no external dependencies.
matlab-deep-learning/llms-with-matlab
Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
ollama4j/ollama4j
A simple Java library for interacting with Ollama server.