https://github.com/nanasess/php8-compat
Wrapper functions around the deprecated functions for use in PHP 8
https://github.com/nanasess/php8-compat
Last synced: about 2 months ago
JSON representation
Wrapper functions around the deprecated functions for use in PHP 8
- Host: GitHub
- URL: https://github.com/nanasess/php8-compat
- Owner: nanasess
- License: mit
- Created: 2020-12-08T03:46:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T05:13:07.000Z (almost 5 years ago)
- Last Synced: 2025-07-31T07:45:29.311Z (3 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php8-compat
Wrapper functions around the deprecated functions for use in PHP 8## Supported functions
- [each](https://www.php.net/each)
## Usage
```
composer require nanasess/php8-compat
```