File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ 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 )
8
8
[ ![ 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 )
9
9
[ ![ 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 )
11
10
[ ![ 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 )
12
11
13
12
A simple Laravel 5 wrapper for the [ official WooCommerce REST API PHP Library] ( https://github.com/woothemes/wc-api-php ) from Automattic.
14
13
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
+
15
23
## Installation
16
24
17
25
### Step 1: Install Through Composer
You can’t perform that action at this time.
0 commit comments