2017 © Pedro Peláez
 

library uitdatabank-search-api-solarium

image

2dotstwice/uitdatabank-search-api-solarium

  • Monday, March 13, 2017
  • by cyberwolf
  • Repository
  • 4 Watchers
  • 0 Stars
  • 214 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Proof of concept for using CultuurNet UiTdatabank Search API v2 through the Solarium Solr client library for PHP., (*1)

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., (*2)

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., (*3)

In our usage examples we use Guzzle with the Guzzle OAuth Subscriber., (*4)

The Versions

13/03 2017

dev-feature/facets

dev-feature/facets

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires