Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdecool/ollama-php-client

Ollama PHP API client
https://github.com/jdecool/ollama-php-client

Last synced: about 2 months ago
JSON representation

Ollama PHP API client

Awesome Lists containing this project

README

        

Ollama PHP Client
=================

This is a PHP client for the Ollama API.

## Getting Started

```
$ composer require jdecool/ollama-client
```

## Usage

```php
use JDecool\OllamaClient\ClientBuilder;

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