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

PHP SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 4 php-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

## Summary - Explicitly define class properties to get rid of deprecation warnings ## Issues - Fixes #283 ## Issues FSSDK-10015

acknowledged

### Description There are (at least) 2 remaining deprecated definitions of dynamic properties, in `OptimizelyConfigService` and `CustomAttributeConditionEvaluator`. All properties (at least outside of the tests) should use explicit property definition....

enhancement

## Summary - For support new version in justinrainbow/json-schema library and can install SDK in projects that use this library version ## Issues - Fixes # #292

### Description When install SDK in some projects that use justinrainbow/json-schema v6 composer show conflicts between version ad cannot use SDK. ### Benefits Add suppot for justinrainbow/json-schema v6 will be...

enhancement