escavador/vespa-php

PHP Client for Vespa

1.0.0 2023-05-12 21:50 UTC

README

Latest Version on Packagist Software License Build Status Total Downloads

Introduction

PHP low-level client for Vespa. https://vespa.ai/

Compatibility

currently, the library is only compatible with Vespa 7.x and Laravel 5.8.x.

Installation

Install the vespa-php package with composer:

composer require escavador/vespa-php

Config

To adjust the library, you can publish the config file to your project using:

php artisan vendor:publish --provider="Escavador\Vespa\VespaServiceProvider"

Configure variables in your .env file:

VESPA_HOST=localhost:8080
VESPA_BASIC_TOKEN=

Change log

Please see CHANGELOG for more information on what has changed recently.