jdecool/ollama-client

Ollama PHP API client

Maintainers

Package info

github.com/jdecool/ollama-php-client

pkg:composer/jdecool/ollama-client

Statistics

Installs: 1 276

Dependents: 0

Suggesters: 0

Stars: 37

Open Issues: 1

0.1.0 2024-05-04 18:36 UTC

This package is auto-updated.

Last update: 2026-02-12 22:07:58 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();