polderknowledge / woocommerce-module
WooCommerce client for Zend Framework 3
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/polderknowledge/woocommerce-module
Requires
- automattic/woocommerce: ^2.0
- zendframework/zend-mvc: ^3.1
This package is auto-updated.
Last update: 2025-09-12 07:02:39 UTC
README
WooCommerce client for Zend Framework 3.
This wraps the php client so you can load the configuration.
Installation
composer require polderknowledge/woocommerce-module
Usage
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);