Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T05:13:07.000Z (about 4 years ago)
- Last Synced: 2024-04-26T08:20:18.004Z (9 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- 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
```