Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

jdecool/ollama-php-client

Repository files navigation

DEPRECATED

This package is deprecated. Please use symfony/ai-ollama-platform instead, which is part of the official Symfony AI Platform component.

Important

This library is no longer maintained. Use Symfony AI components as replacement.

See the Symfony AI Platform documentation for usage.


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

Packages

 
 
 

Contributors