Skip to content

Commit c8995d0

Browse files
recommending relay
1 parent aa0035c commit c8995d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ Your first feature flag
4141
Fetching flags
4242
--------------
4343

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.
4545

4646
* [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.
4850

4951
Using Guzzle
5052
============

0 commit comments

Comments
 (0)