We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1e8d3 commit 4217d36Copy full SHA for 4217d36
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,16 @@
+{
2
+ "name": "woothemes/woocommerce-api",
3
+ "description": "A client library for the WooCommerce REST API",
4
+ "license": "GPL v3",
5
+ "authors": [
6
+ {
7
+ "name": "Max Rice",
8
+ "email": "max@maxrice.com"
9
+ },
10
11
+ "name": "Gerhard Potgieter"
12
+ }
13
+ ],
14
+ "minimum-stability": "stable",
15
+ "require": {}
16
+}
0 commit comments