PHPackages                             fishingboy/codefinder - 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. fishingboy/codefinder

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

fishingboy/codefinder
=====================

find your code

1.0.0(1mo ago)09MITPHPPHP &gt;=5.3.0

Since May 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/fishingboy/codefinder)[ Packagist](https://packagist.org/packages/fishingboy/codefinder)[ RSS](/packages/fishingboy-codefinder/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

codefinder
==========

[](#codefinder)

[![Packagist Version](https://camo.githubusercontent.com/9676029b6e0e18f08699c934edecc27840e596391512c02da17aca1622f3a619/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66697368696e67626f792f636f646566696e6465722e737667)](https://packagist.org/packages/fishingboy/codefinder)[![Downloads](https://camo.githubusercontent.com/cb2f0df3090c2bcee5e78e19258e20cc5014a695172f0e2a74b6e9fc40aa4d21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66697368696e67626f792f636f646566696e6465722e7376673f6c6162656c3d446f776e6c6f616473)](https://packagist.org/packages/fishingboy/codefinder)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](LICENSE)

English | [繁體中文](README.zh-TW.md)

codefinder is a lightweight PHP runtime inspection helper. After it is loaded, it prints the list of included PHP files at the end of the request and provides a small search form for finding keywords in those files.

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

[](#requirements)

- PHP 5.3 or later

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

[](#installation)

Install with Composer:

```
composer require fishingboy/codefinder
```

Usage
-----

[](#usage)

Load `code_finder.php` in the request you want to inspect:

```
require_once __DIR__ . '/vendor/fishingboy/codefinder/code_finder.php';
```

When the request finishes, codefinder appends an inspection panel to the page. Without a keyword, it shows all files returned by `get_included_files()`. After entering a keyword, it searches both included file paths and file contents, then displays matching file names and matching lines.

The search form includes a case-insensitive option.

Notes
-----

[](#notes)

- Use this tool only in local development or controlled debugging environments.
- Do not enable it in production responses because it can expose file paths, source code, request data, and other sensitive information.
- The helper writes HTML directly to the response output.

License
-------

[](#license)

This project is released under the [MIT License](LICENSE).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance92

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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

40d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45bf9bc379ef669c12d4f474f48d65b40cc371652e668ec213954817a048309d?d=identicon)[fishingboy](/maintainers/fishingboy)

---

Top Contributors

[![fishingboy](https://avatars.githubusercontent.com/u/4921524?v=4)](https://github.com/fishingboy "fishingboy (6 commits)")

### Embed Badge

![Health badge](/badges/fishingboy-codefinder/health.svg)

```
[![Health](https://phpackages.com/badges/fishingboy-codefinder/health.svg)](https://phpackages.com/packages/fishingboy-codefinder)
```

###  Alternatives

[me-io/php-lodash

A full-on PHP manipulation utility-belt that provides support for the usual functional.

39104.0k](/packages/me-io-php-lodash)[northwestern-sysdev/dynamic-forms

Dynamic Forms for Laravel

4759.7k2](/packages/northwestern-sysdev-dynamic-forms)[dixonstarter/yii2-toggle-column

yii2 toggle column for update in gridview

213.4k](/packages/dixonstarter-yii2-toggle-column)

PHPackages © 2026

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