php-client
php-client copied to clipboard
PHP SDK client for Split Software
# PHP SDK ## What did you accomplish? - Removed `cache` from Di. - Attached cache into `ImpressionCache`, `EventsCache`, `SplitCache` and `SegmentCache`. - Send storages to `Client` and `Manager`. -...
The current code returns null when a factory was already instantiated. I can see some major problems with this approach: 1. It is not intuitive for the developer 2. This...
# PHP SDK ## What did you accomplish? Since the Split Synchronizer documentation recommends using a [dedicated Redis database for splits](https://help.split.io/hc/en-us/articles/360019686092-Split-Synchronizer#:~:text=Advanced%20configuration.-,Redis%20database,-To%20maximize%20performance) users might need to specify the database they're using...
Hi, A new release of predis/predis - would it be possible to update this package to allow both v2 and v3? Change: https://github.com/predis/predis/compare/v2.4.0...v3.0.0 Thanks
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
# PHP SDK ## What did you accomplish? Resolved an incorrect argument count when constructing SplitView inside LocalhostSplitManager. This was a 100% failure rate code path that made local mode...
## Bug Report ### Environment - **Version**: v7.3.0 - **Language/Platform**: PHP 8.2 - **OS**: macOS, Linux ### Description The SplitView class expects 8 arguments and its constructor, however the usage...
Please update the nullable variables in the repo, as on PHP 8.,4 they are reporting multiple of deprecations > Implicitly marking parameter $variable as nullable is deprecated, the explicit nullable...