Skip to content

Commit 89763c6

Browse files
committed
add badges to README
1 parent b53bfb7 commit 89763c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# php-graphql
66

7+
[![CI](https://github.com/joonlabs/php-graphql/actions/workflows/php.yml/badge.svg)](https://github.com/joonlabs/php-graphql/actions/workflows/php.yml)
8+
[![Latest Stable Version](https://poser.pugx.org/joonlabs/php-graphql/v)](//packagist.org/packages/joonlabs/php-graphql)
9+
[![License](https://poser.pugx.org/joonlabs/php-graphql/license)](//packagist.org/packages/joonlabs/php-graphql)
10+
711
php-graphql is a pure php implementation of the latest GraphQL [specification](https://github.com/graphql/graphql-spec)
812
based on the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
913

0 commit comments

Comments
 (0)