Commit fb0eec29 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge branch 'develop' of github.com:basdenooijer/solarium into develop

parents d18fc115 b02207d3
# Solarium PHP Solr client library # Solarium PHP Solr client library
Solarium is a PHP Solr client that not only facilitates Solr communication but
also tries to accurately model Solr concepts. ## 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. Please see the project website for a more detailed description.
## Project website ## Requirements
http://www.solarium-project.org/
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
* Manual
http://wiki.solarium-project.org/index.php/Solarium_3.x_manual
* Project website
http://www.solarium-project.org/
## License: * API docs
See the COPYING file or view online http://api.solarium-project.org/
https://github.com/basdenooijer/solarium/blob/master/COPYING
## Issue tracker * Issue tracker
http://github.com/basdenooijer/solarium/issues http://github.com/basdenooijer/solarium/issues
## Contributors * Contributors
https://github.com/basdenooijer/solarium/contributors https://github.com/basdenooijer/solarium/contributors
## API docs * License
http://api.solarium-project.org/ See the COPYING file or view online:
https://github.com/basdenooijer/solarium/blob/master/COPYING
## Travis Continuous Integration status ## Travis Continuous Integration status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment