WooCommerce client for Zend Framework 3.
This wraps the php client so you can load the configuration.
composer require polderknowledge/woocommerce-module
Step 1. Add to application.config.php:
return [
'modules' => [
'PolderKnowledge\\WooCommerce',
],
]
Step 2. Copy config/woocommerce.global.php.dist to your projects config/autoload directory and adjust where necessary
Step 3. Use in application:
$container->get(\Automattic\WooCommerce\Client::class);