2dotstwice/uitdatabank-search-api-solarium

This package is abandoned and no longer maintained. No replacement package was suggested.
Maintainers

👁 cyberwolf

Package info

github.com/2dotstwice/uitdatabank-search-api-solarium

pkg:composer/2dotstwice/uitdatabank-search-api-solarium

Statistics

Installs: 226

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master / 0.x-dev 2017-03-11 08:44 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 a0ed658c4351bdaf1cc311075b9c5da11db22cc0

This package is auto-updated.

Last update: 2025-06-29 01:13:56 UTC


README

Proof of concept for using CultuurNet UiTdatabank Search API v2 through the Solarium Solr client library for PHP.

Usage examples

The examples directory contains some relatively small command line apps demonstrating how you can use this library. To try one of them, cd into its directory, run composer install and then run app.php.

Authentication

Solarium only provides support for basic HTTP authentication out of the box. Search API v2 however uses OAuth 1. You can accomplish the necessary OAuth authentication on a lower level though, in the actual HTTP client library that is used by Solarium.

In our usage examples we use Guzzle with the Guzzle OAuth Subscriber.