flagception-sdk icon indicating copy to clipboard operation
flagception-sdk copied to clipboard

A simple and powerful feature toggle library for php.

Results 8 flagception-sdk issues
Sort by recently updated
recently updated
newest added

Symfony reports this deprecation: ``` Method "Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Flagception\Constraint\Provider\DateProvider" now to avoid errors or...

If cache ttl times out while php worker executing, it would be great to update feature flag value.

First simple activator for execute a/b tests.

feature

Currently the features are case sensitive. We should change it to case insensitive. (maybe as optional setting to prevent a bc)

feature

recently i stubled upon [unleash][1] which also got added to [gitlab][2]. the current [referenced][5] php [client implementation][3] is not that well maintained and also not on [packagist][4]. it would be...

feature
help wanted

> Method "Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Flagception\Constraint\Provider\MatchProvider" now to avoid errors or add an explicit @return...

Do you accept a PR that drop old php versions? What would be the desired target php version? php >= 8 ?

Needs work in main repo. https://github.com/marketplace/actions/coveralls-github-action PhpUnit 10 does not work. Needs migrated config-file or other changes. Php 5.6 fails, see Testrun https://github.com/Chris53897/flagception-sdk/actions/runs/4176919837/jobs/7233832618 `PHP Parse error: syntax error, unexpected ':',...