Skip to content

Escavador/vespa-php

Repository files navigation

vespa-php

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.