Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php82
Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions
https://github.com/symfony/polyfill-php82
compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: about 1 month ago
JSON representation
Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php82
- Owner: symfony
- License: mit
- Created: 2022-05-10T07:58:56.000Z (over 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-09T12:24:31.000Z (2 months ago)
- Last Synced: 2024-09-30T16:03:45.840Z (about 2 months ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php82
- Size: 31.3 KB
- Stars: 45
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php82
========================This component provides features added to PHP 8.2 core:
- [`AllowDynamicProperties`](https://wiki.php.net/rfc/deprecate_dynamic_properties)
- [`SensitiveParameter`](https://wiki.php.net/rfc/redact_parameters_in_back_traces)
- [`SensitiveParameterValue`](https://wiki.php.net/rfc/redact_parameters_in_back_traces)
- [`Random\Engine`](https://wiki.php.net/rfc/rng_extension)
- [`Random\Engine\CryptoSafeEngine`](https://wiki.php.net/rfc/rng_extension)
- [`Random\Engine\Secure`](https://wiki.php.net/rfc/rng_extension) (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines)
- [`odbc_connection_string_is_quoted()`](https://php.net/odbc_connection_string_is_quoted)
- [`odbc_connection_string_should_quote()`](https://php.net/odbc_connection_string_should_quote)
- [`odbc_connection_string_quote()`](https://php.net/odbc_connection_string_quote)
- [`ini_parse_quantity()`](https://php.net/ini_parse_quantity)More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).License
=======This library is released under the [MIT license](LICENSE).