opensemanticsearch / solr-php-ui

Solr client and user interface for search
https://opensemanticsearch.org/solr-php-ui
GNU General Public License v3.0
21 stars 21 forks source link

Migration to Solarium #34

Open opensemanticsearch opened 6 years ago

opensemanticsearch commented 6 years ago

If solr-php-client should have problems with newer PHP developments or to use extended features, check migration to more active and current developed Solarium

rivimey commented 6 years ago

Having looked at the code - and the maintenance of solr-php-client -- i would agree that checking out alternatives is reasonable, though not at all sure which. Be aware that solarium wants symfony components, which might lead down a rabbit hole.

Is https://github.com/reprovinci/solr-php-client worth a look: a fork of the lib we're using...

I would suggest that using composer require would be better than merging codebases.