php-sdk
php-sdk copied to clipboard
PHP SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
## Summary - Explicitly define class properties to get rid of deprecation warnings ## Issues - Fixes #283 ## Issues FSSDK-10015
### 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....
## 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...