Skip to content

Commit ad5f81e

Browse files
authored
Merge pull request #1137 from szabosteve/php.standard
[DOCS] Adds section about PSR 7
2 parents a997b3a + 5169094 commit ad5f81e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/overview.asciidoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,22 @@ 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
1515
that more sophisticated libraries can build on top of.
1616

17+
18+
[discrete]
19+
[[psr-7-standard]]
20+
=== PSR 7 standard
21+
22+
The {es} PHP client uses the https://www.php-fig.org/psr/[PSR] 7 standard. This
23+
standard is a community effort that contains a set of interfaces defined by the
24+
PHP Framework Interop Group. For more information, refer to the
25+
https://www.php-fig.org/psr/psr-7/[PSR 7 standard documentation].
26+
27+
1728
* <<community_dsls>>
1829
* <<community-integrations>>
1930
* <<breaking_changes>>
2031

2132

2233
include::community.asciidoc[]
2334

24-
include::breaking-changes.asciidoc[]
35+
include::breaking-changes.asciidoc[]

0 commit comments

Comments
 (0)