PHPackages                             pvtl/pvtl-site-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. [Search &amp; Filtering](/categories/search)
4. /
5. pvtl/pvtl-site-search

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

pvtl/pvtl-site-search
=====================

A site search plugin for WordPress.

v1.0.1(3mo ago)01↓90.9%MITPHPPHP &gt;=8.0

Since Mar 31Pushed 3mo agoCompare

[ Source](https://github.com/pvtl/pvtl-site-search)[ Packagist](https://packagist.org/packages/pvtl/pvtl-site-search)[ Docs](https://github.com/pvtl/pvtl-site-search)[ RSS](/packages/pvtl-pvtl-site-search/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

PVTL Site Search
================

[](#pvtl-site-search)

WordPress plugin that adds an **admin-only** tool to find **published** posts and pages whose **body content** contains a given search term. Useful for audits, migrations, or locating copy across custom post types without opening each item in the editor.

Features
--------

[](#features)

- **Admin menu** — “Site Search” appears under the main admin menu (dashicon: search).
- **Capability** — Only users who can `manage_options` (typically Administrators) can access the screen.
- **Scope** — All public post types, `post_status` = `publish`, via `post_type => any`.
- **Matching** — Case-insensitive search in `post_content` only (not titles or meta).
- **Results** — Permalink, post type, ID, occurrence count, contextual excerpts (~150 chars before/after each match) with the term highlighted, plus a textarea of plain URLs for copying.

Requirements
------------

[](#requirements)

- WordPress 5.0 or higher (uses standard APIs; not formally version-gated in code).
- PHP 8.0 or higher (see `composer.json`).

Performance note
----------------

[](#performance-note)

Each search loads **all** published posts into memory (`posts_per_page => -1`) and scans content in PHP. On very large sites this can be slow or hit memory limits; consider running during off-peak hours or on a staging copy.

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

[](#installation)

### Composer (e.g. Bedrock)

[](#composer-eg-bedrock)

```
composer require pvtl/pvtl-site-search
```

Ensure your setup installs packages of type `wordpress-plugin` into `wp-content/plugins` (or your configured `installer-paths`).

### Manual

[](#manual)

1. Copy the plugin folder to `wp-content/plugins/pvtl-site-search/`.
2. Activate **PVTL Site Search** in **Plugins**.

Usage
-----

[](#usage)

1. In wp-admin, open **Site Search**.
2. Enter a term and submit.
3. Review matches and copy URLs from the list at the bottom if needed.

Releases and versioning
-----------------------

[](#releases-and-versioning)

Releases are **Git tags** (e.g. `v1.0.0`). [`composer.json`](composer.json) intentionally has **no** `"version"` field so [Packagist](https://packagist.org) and Composer take the version from the tag. If you add `"version"` back, it must **exactly** match each tag or Packagist may skip tags with a “version mismatch” warning.

Keep the WordPress plugin header `Version:` in `pvtl-site-search.php` in sync with the tag you ship (for wp-admin display).

Package metadata
----------------

[](#package-metadata)

ItemValueComposer`pvtl/pvtl-site-search`Plugin slug`pvtl-site-search`Author
------

[](#author)

Pivotal Agency Pty Ltd — [pivotalagency.com.au](https://www.pivotalagency.com.au/)

License
-------

[](#license)

MIT — see [LICENSE.md](LICENSE.md).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

90d ago

### Community

Maintainers

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

---

Top Contributors

[![erinwelch](https://avatars.githubusercontent.com/u/53369160?v=4)](https://github.com/erinwelch "erinwelch (1 commits)")

### Embed Badge

![Health badge](/badges/pvtl-pvtl-site-search/health.svg)

```
[![Health](https://phpackages.com/badges/pvtl-pvtl-site-search/health.svg)](https://phpackages.com/packages/pvtl-pvtl-site-search)
```

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

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