Flagsmith / Flagsmith/flagsmith-php-client
Support `$.flags` context values in segment conditions
- Dominant language
- PHP
- Stars
- 18
- Forks
- 13
- Avg merge
- 28m
- Merged PRs (30d)
- 1
Description
Support `$.flags..` conditions.
### Acceptance criteria
Engine:
- `engine-test-data` is bumped to the tag containing the flag dependency cases, and they pass.
- An environment with no `$.flags` conditions gains no per-evaluation cost.
- Resolved flags are scoped to a single evaluation, never shared between concurrent evaluations.
SDK:
- `getFlags` passes segments to the engine so identity-less evaluation resolves `$.flags` and `$.environment` conditions.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating getFlags and the engine-test-data dependency or test setup. Trace how segments reach the engine, then run the dependency cases and add coverage for no per-evaluation cost, evaluation scoping, and identity-less $.flags and $.environment resolution; done means all acceptance criteria pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100