theescape/solarium

PHP Solr client

dev-master 2015-05-21 12:40 UTC

This package is auto-updated.

Last update: 2024-04-29 02:27:05 UTC


README

What is Solarium?

Solarium is a PHP Solr client library that accurately model Solr concepts. Where many other Solr libraries only handle the communication with Solr, Solarium also relieves you of handling all the complex Solr query parameters using a well documented API.

Please see the project website for a more detailed description.

Requirements

Solarium only supports PHP 5.3 and up. It's highly recommended to have Curl enabled in your PHP environment. However if you don't have Curl available you can switch from using Curl (the default) to another client adapter. The other adapters don't support all the features of the Curl adapter.

Getting started

The preferred way to install Solarium is by using Composer. Solarium is available on Packagist. For more info see
http://wiki.solarium-project.org/index.php/V3:Installation#Getting_Solarium

More information

Travis Continuous Integration status

  • Develop branch Develop build status
  • Develop branch Coverage Status
  • Master branch Develop build status
  • Master branch Coverage Status