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

symfony/polyfill-iconv

Symfony polyfill for the Iconv extension observed · 2026-08-28

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

Health v2 · maintenance only

84/100

  • Activity 79
  • Release rhythm 81
  • 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: 3
  • age_days: 3968
  • days_rel: 129
  • days_push: 129
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1759 stars · 10 forks observed · 2026-08-28

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

A Symfony component that provides a native PHP implementation of the iconv extension functions for environments where the extension is unavailable. It acts as a drop-in compatibility shim so code depending on iconv works across PHP setups.

Use cases

  • use iconv functions when the PHP iconv extension is missing
  • make a PHP library portable across hosts without iconv installed
  • ensure consistent character encoding conversion behavior across environments
  • add iconv compatibility to a legacy PHP application
  • avoid hard dependency on PHP extensions in a composer package

When to choose

  • your PHP code calls iconv functions and must run on hosts without the extension
  • you maintain a library that should work on minimal PHP installations
  • you want a drop-in, MIT-licensed shim maintained by the Symfony ecosystem

When to avoid

  • the iconv extension is already installed and enabled on your target environments
  • you need ob_iconv_handler, which this polyfill does not implement
  • you need full-featured character encoding conversion beyond iconv's API

Facets

library · maturity stable

internationalization developer-tools developer-tools cross-platform php polyfill iconv shim character-encoding symfony-component compatibility-layer localization

5 sources

Member repositories

RepositoryRoleHealth v2
symfony/polyfill-iconvmain84

For agents

markdown · JSON · MCP: product_card(name="symfony/polyfill-iconv")

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