Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php73
Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
https://github.com/symfony/polyfill-php73
compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: 15 days ago
JSON representation
Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php73
- Owner: symfony
- License: mit
- Created: 2018-04-25T16:07:09.000Z (over 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-04-19T06:32:02.000Z (7 months ago)
- Last Synced: 2024-04-23T10:35:38.588Z (7 months ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php73
- Size: 35.2 KB
- Stars: 2,388
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php73
========================This component provides functions added to PHP 7.3 core:
- [`array_key_first`](https://php.net/array_key_first)
- [`array_key_last`](https://php.net/array_key_last)
- [`hrtime`](https://php.net/function.hrtime)
- [`is_countable`](https://php.net/is_countable)
- [`JsonException`](https://php.net/JsonException)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).