PHPackages                             sanotto/atk-mod-global-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. [Framework](/categories/framework)
4. /
5. sanotto/atk-mod-global-search

ActiveLibrary[Framework](/categories/framework)

sanotto/atk-mod-global-search
=============================

ATK Module to enable searching all nodes

1.0.2(8y ago)191MITPHPPHP &gt;=5.5.9

Since Jul 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sanotto/atk-mod-global-search)[ Packagist](https://packagist.org/packages/sanotto/atk-mod-global-search)[ RSS](/packages/sanotto-atk-mod-global-search/feed)WikiDiscussions master Synced 3d ago

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

ATK Module Global Search
========================

[](#atk-module-global-search)

A module that enables searching all nodes.

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

[](#installation)

Just require it with:

```
composer require sanotto\atk-mod-global-search @dev

```

And then, include the module in your **config\\atk.php** like this:

```
return [
    'language' => 'en',

    'modules' => [
    App\Modules\Setup\Module::class,
    App\Modules\Security\Module::class,
    App\Modules\Home\Module::class,
    sanotto\atkGlobalSearch\Module::class,
.
.
.

```

Using
-----

[](#using)

A new input box and search butto will appear next to the logout button. Entering a word an pressing the search button will search for that word in every node of your application. The word will be searched in every attribute that have the AF\_SEARCHABLE\_FLAG.

### A Requirement ...

[](#a-requirement-)

Every node has to have a descriptor definition in order to appear in the results list.

### A Bonus ...

[](#a-bonus-)

You can implement a method called **searchdescriptor** in your node i.e.:

```
public function searchdescriptor($record)
{
    $content = "This is the search description for this record:";
    $content.= "";
    $content.= "Name:".$record['name'];
    $content.= "";
    return $content;
}

```

So you can return the description formatted as you wish, if you do not implement **searchdescriptor** in your node, the standard descriptor will be used instead. Using a custom search descriptor allows for very fine grained result display.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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 ~128 days

Total

3

Last Release

2966d ago

### Community

Maintainers

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

---

Top Contributors

[![sanotto](https://avatars.githubusercontent.com/u/11932376?v=4)](https://github.com/sanotto "sanotto (27 commits)")[![FedeHerrera10](https://avatars.githubusercontent.com/u/26462775?v=4)](https://github.com/FedeHerrera10 "FedeHerrera10 (1 commits)")

---

Tags

searchframeworkSkeletonatk

### Embed Badge

![Health badge](/badges/sanotto-atk-mod-global-search/health.svg)

```
[![Health](https://phpackages.com/badges/sanotto-atk-mod-global-search/health.svg)](https://phpackages.com/packages/sanotto-atk-mod-global-search)
```

PHPackages © 2026

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