Skip to content

jdecool/ollama-php-client

Repository files navigation

Ollama PHP Client

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();

About

Ollama PHP API client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published