symfony/polyfill-iconv
Symfony polyfill for the Iconv extension 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
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
- readme: https://github.com/symfony/polyfill-iconv · fetched 2026-08-28 · e5dda08da8a2
- homepage: https://symfony.com/polyfill-iconv · fetched 2026-08-29 · 45289e572887
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 5bd749e2b676
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 0739a28df2e8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/polyfill-iconv | main | 84 |
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