mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Added entry about graphql.org in the README + minor README tweaks
This commit is contained in:
parent
524a01a3a4
commit
46477c75c4
@ -4,10 +4,8 @@
|
|||||||
[![Latest Stable Version](https://poser.pugx.org/webonyx/graphql-php/version)](https://packagist.org/packages/webonyx/graphql-php)
|
[![Latest Stable Version](https://poser.pugx.org/webonyx/graphql-php/version)](https://packagist.org/packages/webonyx/graphql-php)
|
||||||
[![License](https://poser.pugx.org/webonyx/graphql-php/license)](https://packagist.org/packages/webonyx/graphql-php)
|
[![License](https://poser.pugx.org/webonyx/graphql-php/license)](https://packagist.org/packages/webonyx/graphql-php)
|
||||||
|
|
||||||
This is a PHP port of GraphQL reference implementation based on the [specification](https://github.com/facebook/graphql)
|
This is a PHP implementation of the GraphQL [specification](https://github.com/facebook/graphql)
|
||||||
and the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
|
based on the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
|
||||||
|
|
||||||
This implementation follows JavaScript version as close as possible until GraphQL itself stabilizes.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Via composer:
|
Via composer:
|
||||||
@ -19,6 +17,9 @@ composer require webonyx/graphql-php
|
|||||||
Full documentation is available on the [Documentation site](http://webonyx.github.io/graphql-php/) as well
|
Full documentation is available on the [Documentation site](http://webonyx.github.io/graphql-php/) as well
|
||||||
as in the [docs](docs/) folder of the distribution.
|
as in the [docs](docs/) folder of the distribution.
|
||||||
|
|
||||||
|
If you don't know what GraphQL is, visit this [official website](http://graphql.org)
|
||||||
|
by the Facebook engineering team.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
There are several ready examples in the [examples](examples/) folder of the distribution with specific
|
There are several ready examples in the [examples](examples/) folder of the distribution with specific
|
||||||
README file per example.
|
README file per example.
|
||||||
|
Loading…
Reference in New Issue
Block a user