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 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.
## Project website
http://www.solarium-project.org/
## 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
* Manual
http://wiki.solarium-project.org/index.php/Solarium_3.x_manual
* Project website
http://www.solarium-project.org/
## License:
See the COPYING file or view online
https://github.com/basdenooijer/solarium/blob/master/COPYING
* API docs
http://api.solarium-project.org/
## Issue tracker
http://github.com/basdenooijer/solarium/issues
* Issue tracker
http://github.com/basdenooijer/solarium/issues
## Contributors
https://github.com/basdenooijer/solarium/contributors
* Contributors
https://github.com/basdenooijer/solarium/contributors
## API docs
http://api.solarium-project.org/
* License
See the COPYING file or view online:
https://github.com/basdenooijer/solarium/blob/master/COPYING
## 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