Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/finder

Finds files and directories via an intuitive fluent interface observed · 2026-08-28

github.com/symfony/finder · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0.0
  • age_days: 5671
  • days_rel: 11
  • days_push: 11
  • n_releases_24m: 41

Full methodology

Adoption not part of the score

8434 stars · 55 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Symfony Finder is a PHP component for locating files and directories using a fluent, chainable interface with filters by name, size, date, path, and content. It is a standalone Composer package usable in any PHP project, not just Symfony applications.

Use cases

  • find files by name pattern in php
  • iterate over directory contents with filters
  • search files by size or modification date
  • exclude vendor or vcs directories when scanning files
  • sort and filter file listings in php

When to choose

  • you need expressive, composable file/directory searches in PHP
  • you want a battle-tested component used by Laravel, Drupal, Composer and other major projects
  • you need filtering by name, size, date, depth, or custom callbacks in one API

When to avoid

  • you need high-performance raw filesystem scanning where iterator overhead matters
  • you are not working in PHP
  • you need full-text file content search or indexing rather than file discovery

Facets

library · maturity stable

file-system developer-tools files developer-tools web-development php cross-platform file-finder fluent-interface symfony-component glob directory-iteration

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/findermain99

For agents

markdown · JSON · MCP: product_card(name="symfony/finder")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem