jdecool/ollama-client

Ollama PHP API client

Installs: 1 158

Dependents: 0

Suggesters: 0

Security: 0

Stars: 35

Watchers: 3

Forks: 9

Open Issues: 2

pkg:composer/jdecool/ollama-client

0.1.0 2024-05-04 18:36 UTC

This package is auto-updated.

Last update: 2025-10-03 14:08:11 UTC


README

This is a PHP client for the Ollama API.

Getting Started

$ composer require jdecool/ollama-client

Usage

use JDecool\OllamaClient\ClientBuilder;

$builder = new ClientBuilder();
$client = $builder->create();