File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44[ ![ Latest Stable Version] ( https://poser.pugx.org/webonyx/graphql-php/version )] ( https://packagist.org/packages/webonyx/graphql-php )
55[ ![ License] ( https://poser.pugx.org/webonyx/graphql-php/license )] ( https://packagist.org/packages/webonyx/graphql-php )
66
7- This is a PHP port of GraphQL reference implementation based on the [ specification] ( https://github.com/facebook/graphql )
8- and the [ reference implementation in JavaScript] ( https://github.com/graphql/graphql-js ) .
9-
10- This implementation follows JavaScript version as close as possible until GraphQL itself stabilizes.
7+ This is a PHP implementation of the GraphQL [ specification] ( https://github.com/facebook/graphql )
8+ based on the [ reference implementation in JavaScript] ( https://github.com/graphql/graphql-js ) .
119
1210## Installation
1311Via composer:
@@ -19,6 +17,9 @@ composer require webonyx/graphql-php
1917Full documentation is available on the [ Documentation site] ( http://webonyx.github.io/graphql-php/ ) as well
2018as in the [ docs] ( docs/ ) folder of the distribution.
2119
20+ If you don't know what GraphQL is, visit this [ official website] ( http://graphql.org )
21+ by the Facebook engineering team.
22+
2223## Examples
2324There are several ready examples in the [ examples] ( examples/ ) folder of the distribution with specific
2425README file per example.
You can’t perform that action at this time.
0 commit comments