PHPackages                             manadev/solr-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. manadev/solr-php-client

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

manadev/solr-php-client
=======================

A PHP library for indexing and searching documents within an Apache Solr installation.

v1.0.3(12y ago)1370BSD-3-ClausePHP

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/manadev/solr-php-client)[ Packagist](https://packagist.org/packages/manadev/solr-php-client)[ RSS](/packages/manadev-solr-php-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

Apache Solr PHP client
======================

[](#apache-solr-php-client)

[![Build Status](https://camo.githubusercontent.com/212d3522f06a72eb7da8dedd036c23dcbdbfe77cfb7db79c02d839404c814866/68747470733a2f2f7472617669732d63692e6f72672f726570726f76696e63692f736f6c722d7068702d636c69656e742e706e67)](https://travis-ci.org/reprovinci/solr-php-client)

A PHP library for indexing and searching documents within an [Apache Solr](http://lucene.apache.org/solr/)installation.

This client library was forked from Donovan Jiménez' Google Code project:
Before that, it was hosted in Solr's issue tracker:

What is Apache Solr?
--------------------

[](#what-is-apache-solr)

> Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat. For more information about Solr, please see the [Solr Web Page](http://lucene.apache.org/solr/). The project's [Wiki](http://wiki.apache.org/solr/) is the de facto starting point for information on how to install and configure Solr for your individual needs.

Features
--------

[](#features)

- Quering, deleting, optimizing.
- Support for both Solr 3 and Solr 4 through compatibility layers.
- Support for soft commit with Solr 4.

Installation
------------

[](#installation)

### Composer (PHP 5 &gt;= 5.3.0)

[](#composer-php-5--530)

- [Getting started](http://getcomposer.org/doc/00-intro.md) with Composer
- `reprovinci/solr-php-client` on [Packagist](http://packagist.org/packages/reprovinci/solr-php-client)

Just `require` `reprovinci/solr-php-client`:

```
{
  "require": {
    "reprovinci/solr-php-client": "1.0.x"
  }
}
```

Testing
-------

[](#testing)

The code is automatically tested by [Travis](travis-ci.org/reprovinci/solr-php-client) after each push. Travis currently reports the following build status: [![Build Status](https://camo.githubusercontent.com/212d3522f06a72eb7da8dedd036c23dcbdbfe77cfb7db79c02d839404c814866/68747470733a2f2f7472617669732d63692e6f72672f726570726f76696e63692f736f6c722d7068702d636c69656e742e706e67)](https://travis-ci.org/reprovinci/solr-php-client).

If you want to test the code yourself, follow the following instructions:

### Composer (PHP 5 &gt;= 5.3.0)

[](#composer-php-5--530-1)

Just install dev dependencies and run PHPUnit:

```
composer install --dev
bin/phpunit tests
```

Credits
-------

[](#credits)

- Thanks to [@GZyl](https://github.com/GZyl) for fixing `` compatibility between Solr versions. [\#7](https://github.com/reprovinci/solr-php-client/issues/7)

Further Information
-------------------

[](#further-information)

Please see [Frequently Asked Questions](http://code.google.com/p/solr-php-client/wiki/FAQ)

Or, if you have usage questions, try posting to the [USER DISCUSSION GROUP](http://groups.google.com/group/php-solr-client).

Disclaimer
----------

[](#disclaimer)

This PHP library is not part of the Apache Solr project, nor is it maintained by the Apache Software Foundation. All linked Apache Solr documentation or logos remain the sole property of the Apache Solr project, its authors, and the Apache Software Foundation.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~189 days

Total

4

Last Release

4451d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/226841?v=4)[Christopher Vo](/maintainers/vo)[@vo](https://github.com/vo)

---

Top Contributors

[![rjkip](https://avatars.githubusercontent.com/u/1734555?v=4)](https://github.com/rjkip "rjkip (48 commits)")[![GZyl](https://avatars.githubusercontent.com/u/928574?v=4)](https://github.com/GZyl "GZyl (1 commits)")[![vo-manadev](https://avatars.githubusercontent.com/u/1670015?v=4)](https://github.com/vo-manadev "vo-manadev (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manadev-solr-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/manadev-solr-php-client/health.svg)](https://phpackages.com/packages/manadev-solr-php-client)
```

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
