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
@@ -7,21 +8,33 @@ This is a PHP implementation of the GraphQL [specification](https://github.com/f
7
8
based on the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
8
9
9
10
## Installation
11
+
10
12
Via composer:
11
-
```
13
+
14
+
```sh
12
15
composer require webonyx/graphql-php
13
16
```
14
17
15
18
## Documentation
16
-
Full documentation is available on the [Documentation site](https://webonyx.github.io/graphql-php/) as well
17
-
as in the [docs](docs/) folder of the distribution.
19
+
20
+
Full documentation is available at [https://webonyx.github.io/graphql-php](https://webonyx.github.io/graphql-php)
21
+
or in the [docs](docs) directory.
18
22
19
23
If you don't know what GraphQL is, visit the [official website](http://graphql.org) first.
20
24
21
25
## Examples
22
-
There are several ready examples in the [examples](examples) folder of the distribution,
26
+
27
+
There are several ready examples in the [examples](examples) directory,
23
28
with a specific README file per example.
24
29
30
+
## Versioning
31
+
32
+
This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).
33
+
34
+
Elements that belong to the public API of this package are marked with the `@api` PHPDoc tag.
35
+
Those elements are thus guaranteed to be stable within major versions. All other elements are
36
+
not part of this backwards compatibility guarantee and may change between minor or patch versions.
37
+
25
38
## Contributors
26
39
27
40
This project exists thanks to [all the people](https://github.com/webonyx/graphql-php/graphs/contributors) who contribute. [[Contribute](CONTRIBUTING.md)].
0 commit comments