PHPackages                             semihyilmaz/laravel-scout-solr - 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. semihyilmaz/laravel-scout-solr

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

semihyilmaz/laravel-scout-solr
==============================

Solr Driver for Laravel Scout

v1.0.1(3y ago)1141[1 issues](https://github.com/semihyilmaz/laravel-scout-solr/issues)MITPHPPHP ^8.1

Since Mar 21Pushed 3y agoCompare

[ Source](https://github.com/semihyilmaz/laravel-scout-solr)[ Packagist](https://packagist.org/packages/semihyilmaz/laravel-scout-solr)[ Docs](https://github.com/semihyilmaz/laravel-solr-scout)[ RSS](/packages/semihyilmaz-laravel-scout-solr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (0)

Solr Driver for Laravel Scout
=============================

[](#solr-driver-for-laravel-scout)

Solr driver for Laravel Scout. (Updated for Laravel 10)

Documentation
-------------

[](#documentation)

Not ready yet.

Problems, questions or comments?
--------------------------------

[](#problems-questions-or-comments)

If you have **any** problems, questions or comments, feel free to submit an [issue](link-issue) and I will reply to you as soon as possible.

Prerequisites
-------------

[](#prerequisites)

Install \[Laravel Scout\](.

Install
-------

[](#install)

Install via Composer

```
$ composer require semihyilmaz/laravel-scout-solr
```

Set your SCOUT\_DRIVER to solr:

```
// .env

...

SCOUT_DRIVER=solr

```

You must add the Scout service provider and the Solr engine service provider in your app.php config:

```
// config/app.php

'providers' => [
    ...
        /*
         * Package Service Providers...
         */
        Laravel\Scout\ScoutServiceProvider::class,
        ScoutEngines\Solr\SolrProvider::class,
],

```

Add the Solr configuration to the scout config file:

```
// config/scout.php

...

    /*
    |--------------------------------------------------------------------------
    | Solr Configuration
    |--------------------------------------------------------------------------
    |
    | Here you may configure your Solr settings. Solr is the popular, blazing
    | -fast, open source enterprise search platform built on Apache Lucene.
    | If necessary, you can override the configuration in your .env file.
    |
    */

    'solr' => [
        'host' => env('SOLR_HOST', '127.0.0.1'),
        'port' => env('SOLR_PORT', '8983'),
        'path' => env('SOLR_PATH', '/solr/'),
        'core' => env('SOLR_CORE', 'scout'),
    ],
```

Usage
-----

[](#usage)

Now you can use Laravel Scout as described in the [official documentation](https://laravel.com/docs/10.x/scout#main-content)

Solr Installation
-----------------

[](#solr-installation)

See the [Solr Install On Centos-Rocky-Alma Linux](https://www.semihyilmaz.com/centos-7-uzerine-solr-kurulumu/) for more information.

Security
--------

[](#security)

If you discover any security related issues, please send me email instead of using the issue tracker.

Credits
-------

[](#credits)

- \[Semih YILMAZ\]\[link-author\]
- \[Jeroen Herczeg\]
- [solariumphp/solarium](https://github.com/solariumphp/solarium)
- \[All Contributors\]\[link-contributors\]

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.3% 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

Unknown

Total

1

Last Release

1148d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eaf5f56c63231c3b9032fea08fb5622b7e705df3fc09fa806fc6fc6ffb743b08?d=identicon)[semihyilmaz](/maintainers/semihyilmaz)

---

Top Contributors

[![jeroenherczeg](https://avatars.githubusercontent.com/u/759412?v=4)](https://github.com/jeroenherczeg "jeroenherczeg (25 commits)")[![FrittenKeeZ](https://avatars.githubusercontent.com/u/1186125?v=4)](https://github.com/FrittenKeeZ "FrittenKeeZ (3 commits)")

---

Tags

laravelsolrscout

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/semihyilmaz-laravel-scout-solr/health.svg)

```
[![Health](https://phpackages.com/badges/semihyilmaz-laravel-scout-solr/health.svg)](https://phpackages.com/packages/semihyilmaz-laravel-scout-solr)
```

###  Alternatives

[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[zing/laravel-scout-opensearch

Laravel Scout custom engine for OpenSearch

33340.2k](/packages/zing-laravel-scout-opensearch)[romanstruk/manticore-scout-engine

Laravel Manticore Scout Engine

4818.1k](/packages/romanstruk-manticore-scout-engine)[baijunyao/laravel-scout-elasticsearch

Elasticsearch Driver for Laravel Scout

8023.7k1](/packages/baijunyao-laravel-scout-elasticsearch)[jeroenherczeg/laravel-scout-solr

Solr Driver for Laravel Scout

121.0k](/packages/jeroenherczeg-laravel-scout-solr)

PHPackages © 2026

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