Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php74
Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions
https://github.com/symfony/polyfill-php74
compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: about 1 month ago
JSON representation
Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php74
- Owner: symfony
- License: mit
- Created: 2019-08-06T08:10:51.000Z (over 5 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-09T12:24:33.000Z (2 months ago)
- Last Synced: 2024-09-30T17:20:15.683Z (about 2 months ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php74
- Size: 26.4 KB
- Stars: 29
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php74
========================This component provides functions added to PHP 7.4 core:
- [`get_mangled_object_vars`](https://php.net/get_mangled_object_vars)
- [`mb_str_split`](https://php.net/mb_str_split)
- [`password_algos`](https://php.net/password_algos)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).