empaphy/polyphill-php
A metapackage for PHP that installs the polyfills you need, and removes those that are redundant.
Maintainers
v1.805.805
2025-07-24 21:33 UTC
Requires
- php: ~8.5.0
Requires (Dev)
None
Suggests
None
Provides
- symfony/polyfill-php54: *
- symfony/polyfill-php55: >=1.10.0
- symfony/polyfill-php56: *
- symfony/polyfill-php70: *
- symfony/polyfill-php71: *
- symfony/polyfill-php72: *
- symfony/polyfill-php73: *
- symfony/polyfill-php74: *
- symfony/polyfill-php80: *
- symfony/polyfill-php81: *
- symfony/polyfill-php82: *
- symfony/polyfill-php83: *
- symfony/polyfill-php84: *
- symfony/polyfill-php85: *
Conflicts
None
Replaces
None
MIT 40ce3cac74f95d35ec8bfd8955811f7db3352db7
This package is auto-updated.
Last update: 2026-06-25 00:05:26 UTC
README
A metapackage for PHP that installs the polyfills you need, and removes those that are redundant.
How do I use this?
Add the polyphill-php to your project like this:
composer require 'empaphy/polyphill-php:^1'
How does this work?
This metapackage makes clever use of composer dependencies to ensure that the Symfony polyfill packages are installed only for the exact PHP versions that you need. This reduces the footprint of your vendor directory.
Since polyphill is a metapackage it doesn't take up any actual space in your vendor directory itself.
