Skip to content

Commit 9bfcb1a

Browse files
committed
[DOCS] Adds section about PSR 7.
1 parent 0c708a6 commit 9bfcb1a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/overview.asciidoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ from one language to the next with minimal effort.
1212
The client is designed to be "unopinionated". There are a few universal niceties
1313
added to the client (cluster state sniffing, round-robin requests, and so on)
1414
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].

0 commit comments

Comments
 (0)