Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php54
This component provides functions unavailable in releases prior to PHP 5.4.
https://github.com/symfony/polyfill-php54
component php polyfill symfony symfony-component
Last synced: 2 days ago
JSON representation
This component provides functions unavailable in releases prior to PHP 5.4.
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php54
- Owner: symfony
- License: mit
- Created: 2015-10-22T12:55:59.000Z (about 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-08-02T10:24:57.000Z (over 1 year ago)
- Last Synced: 2024-12-13T16:57:26.174Z (10 days ago)
- Topics: component, php, polyfill, symfony, symfony-component
- Homepage: https://symfony.com/polyfill-php54
- Size: 23.4 KB
- Stars: 95
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php54
========================This component provides functions unavailable in releases prior to PHP 5.4:
- [`trait_exists`](https://php.net/trait_exists)
- [`class_uses`](https://php.net/class_uses)
- [`hex2bin`](https://php.net/hex2bin)
- [`session_register_shutdown`](https://php.net/session_register_shutdown)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).