You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,12 @@ Your first feature flag
41
41
Fetching flags
42
42
--------------
43
43
44
-
There are two approaches to fetching and caching flag rules from LaunchDarkly with the PHP SDK:
44
+
There are two distinct methods of integrating LaunchDarkly in a PHP environment.
45
45
46
46
*[Guzzle Cache Middleware](https://github.com/Kevinrob/guzzle-cache-middleware) to request and cache HTTP responses in an in-memory array (default)
47
-
*[ld-relay](https://github.com/launchdarkly/ld-relay) to retrieve and store flags in Redis
47
+
*[ld-relay](https://github.com/launchdarkly/ld-relay) to retrieve and store flags in Redis (recommended)
48
+
49
+
We strongly recommend using the ld-relay. Per-flag caching (Guzzle method) is only intended for low-throughput environments.
0 commit comments