oubo 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
..
docs 96d7f35943 v1.0.8 6 gadi atpakaļ
examples 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
library 96d7f35943 v1.0.8 6 gadi atpakaļ
phar 96d7f35943 v1.0.8 6 gadi atpakaļ
tests 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
.coveralls.yml 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
.gitignore 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
.travis.yml 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
CHANGELOG.md 96d7f35943 v1.0.8 6 gadi atpakaļ
CONTRIBUTING.md 96d7f35943 v1.0.8 6 gadi atpakaļ
COPYING 96d7f35943 v1.0.8 6 gadi atpakaļ
README.md 96d7f35943 v1.0.8 6 gadi atpakaļ
build.xml 96d7f35943 v1.0.8 6 gadi atpakaļ
composer.json 36d7c0abb7 84a0bd5ae 6 gadi atpakaļ
phpunit.xml.dist 96d7f35943 v1.0.8 6 gadi atpakaļ
phpunit.xml.travis 96d7f35943 v1.0.8 6 gadi atpakaļ

README.md

Solarium PHP Solr client library

Build status Coverage Status Total Downloads

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 docs for a more detailed description.

Requirements

Solarium only supports PHP 5.4 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.

More information