Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/polyfill-php84

Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions
https://github.com/symfony/polyfill-php84

compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill

Last synced: 6 days ago
JSON representation

Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions

Awesome Lists containing this project

README

        

Symfony Polyfill / Php84
========================

This component provides features added to PHP 8.4 core:

- [`mb_ucfirst` and `mb_lcfirst`](https://wiki.php.net/rfc/mb_ucfirst)
- [`array_find`, `array_find_key`, `array_any` and `array_all`](https://wiki.php.net/rfc/array_find)
- [`Deprecated`](https://wiki.php.net/rfc/deprecated_attribute)
- `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants

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