php-sdk
php-sdk copied to clipboard
PHP implementation of the OpenFeature SDK
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `~1.10.0` -> `~1.11.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/open-feature/php-sdk). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [php](https://redirect.github.com/php/php-src) | minor | `8.2.12` -> `8.5.0` | --- ### Release Notes php/php-src (php) ###...
## This PR - adds 8.3 to test matrix
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^9.5` -> `^11.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [spatie/phpunit-snapshot-assertions](https://redirect.github.com/spatie/phpunit-snapshot-assertions) | `^4.2` -> `^5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
:robot: I have created a release *beep* *boop* --- ## [2.0.7](https://github.com/open-feature/php-sdk/compare/2.0.6...2.0.7) (2024-05-07) ### 🧹 Chore * **deps:** update codecov/codecov-action action to v4 ([#117](https://github.com/open-feature/php-sdk/issues/117)) ([b3f6d6f](https://github.com/open-feature/php-sdk/commit/b3f6d6f20d9e24d02a2e7c6e0d4a3d1e3195ebb2)) * **deps:** update dependency vimeo/psalm to...
## This PR - [x] adds support for named clients - [x] adds support for flag metadata - [ ] adds support for initialization and shutdown - [ ] adds...
### Requirements It would be nice if the SDK would support caching of the flag requests. For example add a psr/simple-cache compatible cache storage and then store the results for...
## This PR Updates the minimum supported version of the SDK to PHP 8.1 Introduces new PHP language features including readonly properties, enumerations, - minimum supported version of PHP is...