PHPackages                             lizhineng/nova-relation-search - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lizhineng/nova-relation-search

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lizhineng/nova-relation-search
==============================

Handle relation search feature on Nova resource.

v0.1(6y ago)0494PHP

Since Apr 27Pushed 6y agoCompare

[ Source](https://github.com/lizhineng/nova-relation-search)[ Packagist](https://packagist.org/packages/lizhineng/nova-relation-search)[ RSS](/packages/lizhineng-nova-relation-search/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Relation search feature for Nova resource.
------------------------------------------

[](#relation-search-feature-for-nova-resource)

Currently, Nova resource doesn't support relation search out of the box, and the package is to give that ability to you.

### Installation

[](#installation)

You can install the package to your Laravel app by using the following command via Composer.

`composer require lizhineng/nova-relation-search`

### Usage

[](#usage)

```
// in the App/Nova/Post.php
...

import LiZhineng\NovaRelationSearch\HandleRelationSearch;

use HandleRelationSearch;

public static $relatedSearch = [
    'user' => ['name'],
];

...
```

After the extremely easy setup, now you can go to search your resource and test it, have fun :-)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

2257d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2339485?v=4)[Zhineng Li](/maintainers/lizhineng)[@lizhineng](https://github.com/lizhineng)

---

Top Contributors

[![lizhineng](https://avatars.githubusercontent.com/u/2339485?v=4)](https://github.com/lizhineng "lizhineng (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lizhineng-nova-relation-search/health.svg)

```
[![Health](https://phpackages.com/badges/lizhineng-nova-relation-search/health.svg)](https://phpackages.com/packages/lizhineng-nova-relation-search)
```

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)

PHPackages © 2026

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