Skip to content

Commit 2b451e3

Browse files
committed
Upgraded badges for package
- Added shorter names for github workflow badges - Added badges for downloads, latest version, and license
1 parent 3865260 commit 2b451e3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/test-and-cover-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Package on Linux and push coverage results to Codacy
1+
name: Build
22

33
on:
44
push:

.github/workflows/test-windows-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Package on Windows and MacOS
1+
name: Build multi-OS
22

33
on:
44
push:

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# PHP GraphQL OQM
2-
![Build Status](https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/php.yml/badge.svg)
2+
![Build Status](https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/test-and-cover-linux.yml/badge.svg)
3+
![Build Status](https://github.com/mghoneimy/php-graphql-oqm/actions/workflows/test-windows-macos.yml/badge.svg)
34
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/426f75816a2d43d3a2a5df4f13b15f6b)](https://app.codacy.com/gh/mghoneimy/php-graphql-oqm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
5+
[![Total
6+
Downloads](https://poser.pugx.org/gmostafa/php-graphql-oqm/downloads)](https://packagist.org/packages/gmostafa/php-graphql-oqm)
7+
[![Latest Stable
8+
Version](https://poser.pugx.org/gmostafa/php-graphql-oqm/v/stable)](https://packagist.org/packages/gmostafa/php-graphql-oqm)
9+
[![License](https://poser.pugx.org/gmostafa/php-graphql-oqm/license)](https://packagist.org/packages/gmostafa/php-graphql-oqm)
410

511
This package utilizes the introspection feature of GraphQL APIs to generate a set of classes that map to the structure
612
of the API schema. The generated classes can then be used in a very simple and intuitive way to query the API server.

0 commit comments

Comments
 (0)