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 yesterday

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 25% 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

2303d 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

[outl1ne/nova-sortable

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

2852.2M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-sortable

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

2852.2M6](/packages/optimistdigital-nova-sortable)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6143.6M22](/packages/ebess-advanced-nova-media-library)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17930.8k](/packages/markwalet-nova-modal-response)[spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

361588.6k1](/packages/spatie-nova-backup-tool)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

75416.9k](/packages/outl1ne-nova-simple-repeatable)

PHPackages © 2026

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