symfony/finder
Finds files and directories via an intuitive fluent interface 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
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
- readme: https://github.com/symfony/finder · fetched 2026-08-28 · 26e81c835d29
- homepage: https://symfony.com/finder · fetched 2026-08-29 · 46795015cc1e
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/finder.html · fetched 2026-08-29 · 6cdba5a785b2
- site_page: https://symfony.com/releases · fetched 2026-08-29 · f109a7a4a5da
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 373d532304d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/finder | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem