launchdarkly/server-sdk-redis-predis
LaunchDarkly PHP SDK Redis integration using the predis package
2.0.4
2.4M downloads/mo
#2522 most downloaded on Packagist
launchdarkly/php-server-sdk-redis-predis
What this package is like to depend on
Last release 11 days ago
12 Aug 2026
Release timing varies
gaps range from 5 weeks to 1.2 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
10 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
10 releases · Aug 2021 to Aug 2026
2022
2023
2024
2025
2026
Releases
latest 10-
2.0.412 Aug 2026Release notes
Open source →Release notes
Open source → -
2.0.330 Jun 2025Release notes
Open source → -
2.0.229 Apr 2025Release notes
Open source → -
2.0.129 Apr 2025Release notes
Open source → -
2.0.017 Jan 2025Release notes
Open source →2.0.0 (2025-01-17)
Features
- Add Big Segment store support (21c61b8)
- Bump LaunchDarkly to 6.4.0+ (c5c523c)
- Bump PHP to 8.1+ (c5c523c)
- Bump predis to 2.3.0+ (c5c523c)
- FeatureRequester requires configured ClientInterface (ffd1c39)
Bug Fixes
- Move DEFAULT_PREFIX const to LaunchDarkly\Integrations (63c3815)
Miscellaneous Chores
- Add missing documentation on big segment store method (295ac15)
- Add psalm and cs-checker (1794878)
- Bump PHP versions in GitHub Actions (3eedaa5)
- Cleanup and strict types (4155441)
- Inline shared test package (40e93c6)
- Pluralize big segments (fdeae98)
- Run
composer cs-fixto improve style (bc91e22) - Update type hints to quiet psalm (839833f)
Release notes
Open source →Features
- Add Big Segment store support (21c61b8)
- Bump LaunchDarkly to 6.4.0+ (c5c523c)
- Bump PHP to 8.1+ (c5c523c)
- Bump predis to 2.3.0+ (c5c523c)
- FeatureRequester requires configured ClientInterface (ffd1c39)
Bug Fixes
- Move DEFAULT_PREFIX const to LaunchDarkly\Integrations (63c3815)
Miscellaneous Chores
- Add missing documentation on big segment store method (295ac15)
- Add psalm and cs-checker (1794878)
- Bump PHP versions in GitHub Actions (3eedaa5)
- Cleanup and strict types (4155441)
- Inline shared test package (40e93c6)
- Pluralize big segments (fdeae98)
- Run
composer cs-fixto improve style (bc91e22) - Update type hints to quiet psalm (839833f)
- Use real Redis connection for tests (#30) (9623a51)
-
1.3.025 Oct 2023 -
1.2.125 Jan 2023Release notes
Open source →[1.2.1] - 2023-01-25
Fixed:
- Fixed compatibility error with PHP SDK 5.x branch.
-
1.2.023 Dec 2022Release notes
Open source →[1.2.0] - 2022-12-23
Changed:
- The package now allows using Predis 2.x. There are no differences in the parameters unless you are using the
predis_optionsparameter to pass custom options directly to Predis, in which case you should use whichever options are valid for the Predis version you are using. (#12) - Also changed the SDK compatibility constraint to support the upcoming 5.0.0 SDK release.
Release notes
Open source →Changed:
- The package now allows using Predis 2.x. There are no differences in the parameters unless you are using the
predis_optionsparameter to pass custom options directly to Predis, in which case you should use whichever options are valid for the Predis version you are using. (#12) - Also changed the SDK compatibility constraint to support the upcoming 5.0.0 SDK release.
- The package now allows using Predis 2.x. There are no differences in the parameters unless you are using the
-
1.1.007 Oct 2021Release notes
Open source →[1.1.0] - 2021-10-07
Added:
- New option
predis_optionsallows setting of any options supported by Predis. Previously, the only way to use extended capabilities of Predis was to create your own Predis client instance and pass it inpredis_client. (#7)
Release notes
Open source →Added:
- New option
predis_optionsallows setting of any options supported by Predis. Previously, the only way to use extended capabilities of Predis was to create your own Predis client instance and pass it inpredis_client. (#7)
- New option
-
1.0.007 Aug 2021Release notes
Open source →[1.0.0] - 2021-08-06
Initial release, for use with version 4.x of the LaunchDarkly PHP SDK.