PHPackages                             bgotest/filefinder - 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. bgotest/filefinder

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

bgotest/filefinder
==================

File finder by content and additional search features

07PHP

Since Dec 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lanselotp/file-finder)[ Packagist](https://packagist.org/packages/bgotest/filefinder)[ RSS](/packages/bgotest-filefinder/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Local laravel file finder
=========================

[](#local-laravel-file-finder)

File finder is simple search package for finding .txt files by content in all directories or specific ones.

Installation
============

[](#installation)

- Publish Assets and Default files content

```
$ php artisan vendor:publish --tag=public --force

```

- FineFinderService provider is loaded automatically by laravel autodiscovery if version &gt;= 5.5
- Testing demo after installation :
- Ignored folders for searching files - **vendor, node\_modules, bower\_components**

Demo image
==========

[](#demo-image)

[![image](https://user-images.githubusercontent.com/19529749/49754622-43b9c000-fcbf-11e8-833b-41d212fb9c50.png)](https://user-images.githubusercontent.com/19529749/49754622-43b9c000-fcbf-11e8-833b-41d212fb9c50.png)

Results
=======

[](#results)

```
{
  "searchedString": "lore",
  "searchedFilesCount": 5,
  "foundFilesCount": 3,
  "files": [
{
    "name": "text_file.txt",
    "directory": "my_custom_folder",
    "pathName": "my_custom_folder",
    "extension": "txt",
    "size": 2019,
    "positionString": 8
  },
  {
    "name": "text_file2.txt",
    "directory": "my_custom_folder",
    "pathName": "my_custom_folder",
    "extension": "txt",
    "size": 2019,
    "positionString": 8
  },
  {
    "name": "text_file3.txt",
    "directory": "my_custom_folder",
    "pathName": "my_custom_folder",
    "extension": "txt",
    "size": 2019,
    "positionString": 8
  }
  ]
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc25dd4fa6e5e03544cadcbd52fbef5444bdad8aa486fdbde07b7a7363f8dd35?d=identicon)[unborn\_pro](/maintainers/unborn_pro)

---

Top Contributors

[![lanselotp](https://avatars.githubusercontent.com/u/19529749?v=4)](https://github.com/lanselotp "lanselotp (9 commits)")

### Embed Badge

![Health badge](/badges/bgotest-filefinder/health.svg)

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

###  Alternatives

[liip/rmt

Release Management Tool: a handy tool to help releasing new version of your software

457448.7k74](/packages/liip-rmt)[josegonzalez/cakephp-environments

CakePHP plugin to handle environments-level configuration

4785.9k](/packages/josegonzalez-cakephp-environments)

PHPackages © 2026

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