escavador / vespa-php
PHP Client for Vespa
1.0.0
2023-05-12 21:50 UTC
Requires
- php: ^8.2
- ext-json: >=1.3.7
- guzzlehttp/guzzle: >=6.4.0
- guzzlehttp/ringphp: ~1.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-13 01:10:41 UTC
README
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.