File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,13 @@ from one language to the next with minimal effort.
12
12
The client is designed to be "unopinionated". There are a few universal niceties
13
13
added to the client (cluster state sniffing, round-robin requests, and so on)
14
14
but largely it is very barebones. This was intentional; we want a common base
15
- that more sophisticated libraries can build on top of.
15
+ that more sophisticated libraries can build on top of.
16
+
17
+ [discrete]
18
+ [[psr-7-standard]]
19
+ === PSR 7 standard
20
+
21
+ The {es} PHP client uses the https://www.php-fig.org/psr/[PSR] 7 standard. This
22
+ standard is a community effort that contains a set of interfaces defined by the
23
+ PHP Framework Interop Group. For more information, refer to the
24
+ https://www.php-fig.org/psr/psr-7/[PSR 7 standard documentation].
You can’t perform that action at this time.
0 commit comments