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

https://github.com/initphp/polyfill-php80

PHP 8.0 functions for PHP 7.
https://github.com/initphp/polyfill-php80

php php7 php8 polyfill

Last synced: about 2 months ago
JSON representation

PHP 8.0 functions for PHP 7.

Awesome Lists containing this project

README

          

# InitPHP PHP 8.0 Polyfill

> ## ⚠️ DEPRECATED — No Longer Maintained
>
> **PHP 8.0 reached End of Life in November 2023.** Maintaining a polyfill for an EOL runtime is no longer meaningful, and this package is no longer maintained.
>
> If you still need PHP 8.0 functions on a PHP 7.x runtime (we strongly recommend upgrading instead), please use the actively maintained:
>
> **➡️ [`symfony/polyfill-php80`](https://github.com/symfony/polyfill-php80)**
>
> This repository is kept read-only for historical reference. No bug fixes, security updates, or new features will be released.

---

PHP 8.0 functions for PHP 7.

## Installation

```
composer require initphp/polyfill-php80
```

## Credits

- [Muhammet ŞAFAK](https://www.muhammetsafak.com.tr) <>

## License

Copyright © 2022 [MIT License](./LICENSE)