PHPackages                             nathanheffley/nova-algolia - 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. [API Development](/categories/api)
4. /
5. nathanheffley/nova-algolia

AbandonedArchivedLibrary[API Development](/categories/api)

nathanheffley/nova-algolia
==========================

Algolia integration with Laravel Nova.

v1.0.0(7y ago)72.1kMITPHPPHP &gt;=7.1.0

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nathanheffley/nova-algolia)[ Packagist](https://packagist.org/packages/nathanheffley/nova-algolia)[ Docs](https://github.com/NathanHeffley/nova-algolia)[ RSS](/packages/nathanheffley-nova-algolia/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Algolia integration with Laravel Nova.
======================================

[](#algolia-integration-with-laravel-nova)

[![Latest Stable Version](https://camo.githubusercontent.com/754dcb788cbfe630932a7b402c33c2725086f6445217ea879b0b3fc2eafe5e85/68747470733a2f2f706f7365722e707567782e6f72672f6e617468616e686566666c65792f6e6f76612d616c676f6c69612f762f737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/nathanheffley/nova-algolia)[![Total Downloads](https://camo.githubusercontent.com/153d8cb84727c8949ed76a7b24c1be5f889eeae0fc4e579aeb3c61283a29db2b/68747470733a2f2f706f7365722e707567782e6f72672f6e617468616e686566666c65792f6e6f76612d616c676f6c69612f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/nathanheffley/nova-algolia)

[![image](https://raw.githubusercontent.com/NathanHeffley/nova-algolia/master/resource-tool.png)](https://raw.githubusercontent.com/NathanHeffley/nova-algolia/master/resource-tool.png)

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

[](#installation)

You can install the package in any Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require nathanheffley/nova-algolia
```

To view your indexed search data for a `Searchable` model, you'll need to add the tool to that model's Nova resource. Make sure to specify the class name so the resource tool can load it properly.

```
// in app/Nova/ResourceName.php

public function fields(Request $request)
{
    return [
        // ...

        \NathanHeffley\NovaAlgolia\AlgoliaResourceTool::make()->className(\App\ModelName::class),
    ];
}
```

If you want to use the "Import to Algolia" or "Remove from Algolia" actions, you just need to add them to the actions array on your Nova resource.

```
// in app/Nova/ResourceName.php

public function actions(Request $request)
{
    return [
        // ...

        new \NathanHeffley\NovaAlgolia\Actions\ImportAlgolia,
        new \NathanHeffley\NovaAlgolia\Actions\RemoveAlgolia,
    ];
}
```

If you have not set up Scout or Algolia yet, follow the directions from the official instructions: [Algolia and Laravel Scout](https://www.algolia.com/doc/api-client/laravel/algolia-and-scout/).

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~2 days

Total

6

Last Release

2811d ago

Major Versions

v0.2.1 → v1.0.02018-09-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/69cdbc6bca4ea886e03d3b7f162df57e5d3dcf7e3047a1830f21d5e142682e82?d=identicon)[nathanheffley](/maintainers/nathanheffley)

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/nathanheffley-nova-algolia/health.svg)

```
[![Health](https://phpackages.com/badges/nathanheffley-nova-algolia/health.svg)](https://phpackages.com/packages/nathanheffley-nova-algolia)
```

###  Alternatives

[hammerstone/refine-nova

A Laravel Nova integration for the Refine query builder.

3356.5k](/packages/hammerstone-refine-nova)[coreproc/nova-echo

Adds Laravel Echo with your broadcast configuration to your Laravel Nova app

1996.9k2](/packages/coreproc-nova-echo)

PHPackages © 2026

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