Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php55
This component provides functions unavailable in releases prior to PHP 5.5.
https://github.com/symfony/polyfill-php55
component php polyfill symfony symfony-component
Last synced: 3 days ago
JSON representation
This component provides functions unavailable in releases prior to PHP 5.5.
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php55
- Owner: symfony
- License: mit
- Created: 2015-10-22T12:56:50.000Z (about 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-08-02T10:25:09.000Z (over 1 year ago)
- Last Synced: 2024-12-13T17:05:22.791Z (10 days ago)
- Topics: component, php, polyfill, symfony, symfony-component
- Homepage: https://symfony.com/polyfill-php55
- Size: 22.5 KB
- Stars: 105
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php55
========================This component provides functions unavailable in releases prior to PHP 5.5:
- [`boolval`](https://php.net/boolval)
- [`json_last_error_msg`](https://php.net/json_last_error_msg)
- [`array_column`](https://php.net/array_column)
- [`hash_pbkdf2`](https://php.net/hash_pbkdf2)
- `password_*` functions (from [ircmaxell/password_compat](https://github.com/ircmaxell/password_compat))More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).License
=======This library is released under the [MIT license](LICENSE).