Skip to content

Commit d89e5c5

Browse files
committed
ADD: version overview to README
FIX: remove gymnasium badge from README
1 parent 7518d87 commit d89e5c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@
77
[![Scrutinizer Build](https://img.shields.io/scrutinizer/build/g/pixelpeter/laravel5-woocommerce-api-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/pixelpeter/laravel5-woocommerce-api-client)
88
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/edfbddc6-ccbc-425c-9db8-726a5bc371e7.svg?style=flat-square)](https://insight.sensiolabs.com/projects/edfbddc6-ccbc-425c-9db8-726a5bc371e7)
99
[![Total Downloads](https://img.shields.io/packagist/dt/pixelpeter/laravel5-woocommerce-api-client.svg?style=flat-square)](https://packagist.org/packages/pixelpeter/laravel5-woocommerce-api-client)
10-
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/pixelpeter/laravel5-woocommerce-api-client.svg)](https://beta.gemnasium.com/projects/github.com/pixelpeter/laravel5-woocommerce-api-client)
1110
[![Coverage Status](https://coveralls.io/repos/github/pixelpeter/laravel5-woocommerce-api-client/badge.svg?branch=master)](https://coveralls.io/github/pixelpeter/laravel5-woocommerce-api-client?branch=master)
1211

1312
A simple Laravel 5 wrapper for the [official WooCommerce REST API PHP Library](https://github.com/woothemes/wc-api-php) from Automattic.
1413

14+
## Version overview
15+
16+
| Laravel | wc-api-php used | Wordpress | Woocommerce | WC API version | use branch |
17+
| ------ | --------------- | --------- | ------------- | --------------------------------- | ---------- |
18+
| 5.7+ | 2.x | 4.4+ | 3.5+ | v1, v2, v3 | w.i.p. |
19+
| 5.5+ | 1.3.x | 4.4+ | 3.0 - 3.4.x | v1, v2, v3 | ^3.0 |
20+
| 5.4+ | 1.3.x | 4.4+ | 2.6 - 2.6.14 | v1, v2 | ^2.0 |
21+
| 5.3 | 1.3.x | 4.1+ | 2.1 - 2.5.5 | legacy v1, legacy v2, legacy v3 | ^1.0 |
22+
1523
## Installation
1624

1725
### Step 1: Install Through Composer

0 commit comments

Comments
 (0)