PHPackages                             getherbie/plugin-simplesearch - 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. getherbie/plugin-simplesearch

ActiveHerbie-plugin[Search &amp; Filtering](/categories/search)

getherbie/plugin-simplesearch
=============================

SimpleSearch Plugin for Herbie.

v2.0.0(3y ago)34.5k↓33.3%3BSD-3-ClausePHP

Since Dec 11Pushed 1y agoCompare

[ Source](https://github.com/getherbie-plugin/simplesearch)[ Packagist](https://packagist.org/packages/getherbie/plugin-simplesearch)[ Docs](https://github.com/getherbie)[ RSS](/packages/getherbie-plugin-simplesearch/feed)WikiDiscussions master Synced 1mo ago

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

Herbie Simplesearch Plugin
==========================

[](#herbie-simplesearch-plugin)

Simplesearch is a [Herbie](http://github.com/getherbie) plugin that allows you to provide your website with a simple but useful search engine.

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

[](#installation)

The plugin is installed with Composer.

```
$ composer require getherbie/plugin-simplesearch

```

After that, the plugin can be activated in the configuration file.

Configuration
-------------

[](#configuration)

The following options are available in the configuration file.

```
return [
    // a comma-separated list of plugins to be activated
    'enabledPlugins' => 'simplesearch',
    'plugins' => [
        'simplesearch' => [
            'config' => [
                // path to twig form template
                'formTemplate' => '@plugin/simplesearch/templates/form.twig',
                // path to twig results template
                'resultsTemplate' => '@plugin/simplesearch/templates/results.twig',
                // use page cahe if global caching is enabled
                'usePageCache' => false,
            ],
        ],
    ],
];
```

Please note that the above configuration is only part of the overall configuration.

Page properties
---------------

[](#page-properties)

With the page property `no_search` individual pages can be excluded from the search. The page properties for such a page look like this:

```
---
title: My page
no_search: true
---

```

A complete search page looks like this:

```
---
title: Search
cached: false
hidden: true
---

# Search

{{ simplesearch_form() }}

{{ simplesearch_results() }}

```

Demo
----

[](#demo)

A live demo can be viewed at

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~736 days

Total

5

Last Release

1232d ago

Major Versions

v0.7.0 → v1.0.02016-04-05

v1.0.0 → v2.0.02023-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bdbbcc7c6a4eb0680b6f21d894db260f9863c0743d34365f723545aed49525d?d=identicon)[getherbie](/maintainers/getherbie)

---

Top Contributors

[![tbreuss](https://avatars.githubusercontent.com/u/1334161?v=4)](https://github.com/tbreuss "tbreuss (70 commits)")

---

Tags

hacktoberfestpluginsearchherbiesimplesearch

### Embed Badge

![Health badge](/badges/getherbie-plugin-simplesearch/health.svg)

```
[![Health](https://phpackages.com/badges/getherbie-plugin-simplesearch/health.svg)](https://phpackages.com/packages/getherbie-plugin-simplesearch)
```

###  Alternatives

[10up/elasticpress

Supercharge WordPress with Elasticsearch.

1.3k374.3k6](/packages/10up-elasticpress)[webdevstudios/cmb2-post-search-field

Custom field for CMB2 which adds a post-search dialog for searching/attaching other post IDs.

6647.7k2](/packages/webdevstudios-cmb2-post-search-field)[10up/debug-bar-elasticpress

Extends the Debug Bar plugin for usage with ElasticPress

2917.0k](/packages/10up-debug-bar-elasticpress)[marcorieser/statamic-live-search

A Statamic Live Search realized with Laravel Livewire.

2210.5k](/packages/marcorieser-statamic-live-search)[bvdputte/kirby-bettersearch

A search plugin for Kirby (v3+ that searches for full word combinations rather than just individual words.

233.5k](/packages/bvdputte-kirby-bettersearch)

PHPackages © 2026

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