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

symfony/filesystem

Provides basic utilities for the filesystem observed · 2026-08-28

github.com/symfony/filesystem · 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-02. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 5353
  • days_rel: 11
  • days_push: 10
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

4634 stars · 48 forks observed · 2026-08-28

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

The Symfony Filesystem component is a PHP library providing platform-independent utilities for filesystem operations such as creating, copying, removing, and mirroring files and directories. It also includes a Path class for manipulating and canonicalizing file and directory paths.

Use cases

  • create directories recursively with custom permissions in php
  • copy files and directories with exception handling
  • mirror a directory tree to another location
  • normalize and canonicalize file paths cross-platform
  • make a path relative to a base directory
  • atomically dump contents to a file
  • create symlinks and read their targets

When to choose

  • you need reliable, exception-based filesystem operations in PHP
  • you want cross-platform path manipulation utilities
  • you are building a Symfony application or use other Symfony components

When to avoid

  • you only need trivial file operations covered by PHP's built-in functions
  • you work outside the PHP ecosystem

Facets

library · maturity stable

file-system developer-tools developer-tools files cross-platform php cross-platform symfony-component filesystem-utilities path-manipulation

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/filesystemmain99

For agents

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

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