Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).