open-feature / open-feature/php-sdk
Drop support for EOL PHP 8.0
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 43
- Forks
- 14
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 4
Description
This includes upgrading to newer language offerings like native enums
- Drop support for PHP 8.0
- Refactor to utilize native enums
- Refactor to read-only properties
- Refactor to intersection types
- Refactor to final class constants
- Refactor to object array unpacking
- Ensure null parameters are marked as such
Reference: https://www.php.net/releases/8.1/en.php
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the package's PHP version constraints and locating code that can use the PHP 8.1 features listed in the checklist. Use the PHP 8.1 release reference for language requirements; done means PHP 8.0 support is removed and each listed refactor and nullability update is completed, with the project's existing checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend-api-design
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100