PHPackages                             timkley/weaviate-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. timkley/weaviate-php

ActiveLibrary[API Development](/categories/api)

timkley/weaviate-php
====================

A PHP HTTP Client for the Weaviate REST API

0.11.0(5mo ago)3657.8k↓20.9%122MITPHPPHP ^8.3|^8.4|^8.5CI passing

Since Apr 10Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/timkley/weaviate-php)[ Packagist](https://packagist.org/packages/timkley/weaviate-php)[ RSS](/packages/timkley-weaviate-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (2)

Weaviate PHP SDK
================

[](#weaviate-php-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4764495a4957bacfda7e8bb08670ebdd0f805f1b49f7c091d1348688d3017541/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696d6b6c65792f77656176696174652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timkley/weaviate-php)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a8a60dd187882a60053a47e43487dc1b1b68aa89acf4f4de02077670b7237989/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f74696d6b6c65792f77656176696174652d7068702f72756e2d74657374732e796d6c3f6c6162656c3d7465737473)](https://github.com/timkley/weaviate-php/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/99dade77b26c23398d98afed856d33de81d348cc560ac2fe89771f0c2c7cb72f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74696d6b6c65792f77656176696174652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timkley/weaviate-php)

This is a wrapper around the [Weaviate REST API](https://weaviate.io/developers/weaviate/api/rest).

Installation
------------

[](#installation)

### Requirements

[](#requirements)

> PHP 8.3 and higher

### With composer

[](#with-composer)

```
composer require timkley/weaviate-php
```

Usage
-----

[](#usage)

This package supports API key authentication (available in Weaviate 1.18 and higher) or anonymous access. Please refer to the [official documentation](https://weaviate.io/developers/weaviate/configuration/authentication#api-key) for more information.

```
