2017 © Pedro Peláez
 

library solarium

PHP Solr client

image

theescape/solarium

PHP Solr client

  • Thursday, May 21, 2015
  • by theescape
  • Repository
  • 0 Watchers
  • 0 Stars
  • 368 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Solarium PHP Solr client library

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

Please see the project website for a more detailed description., (*2)

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

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

More information

  • Manual
    http://wiki.solarium-project.org/index.php/Solarium_3.x_manual, (*5)

  • Project website
    http://www.solarium-project.org/, (*6)

  • API docs
    http://api.solarium-project.org/, (*7)

  • Issue tracker
    http://github.com/solariumphp/solarium/issues, (*8)

  • Contributors
    https://github.com/solariumphp/solarium/contributors, (*9)

  • License
    See the COPYING file or view online:
    https://github.com/solariumphp/solarium/blob/master/COPYING, (*10)

Travis Continuous Integration status

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

The Versions