Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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