Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdecool/ollama-php-client
- Owner: jdecool
- Created: 2024-01-21T13:18:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:13:36.000Z (7 months ago)
- Last Synced: 2024-10-20T10:10:47.967Z (3 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 25
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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();
```