polderknowledge / woocommerce-module
WooCommerce client for Zend Framework 3
0.0.1
2018-07-26 14:23 UTC
Requires
- automattic/woocommerce: ^2.0
- zendframework/zend-mvc: ^3.1
This package is auto-updated.
Last update: 2024-10-12 04:59:37 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);