PHP low-level client for Vespa. https://vespa.ai/
currently, the library is only compatible with Vespa 7.x and Laravel 5.8.x.
Install the vespa-php
package with composer:
composer require escavador/vespa-php
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=
Please see CHANGELOG for more information on what has changed recently.