Download the PHP package amphibee/akeneo-connector without Composer
On this page you can find all versions of the php package amphibee/akeneo-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amphibee/akeneo-connector
More information about amphibee/akeneo-connector
Files in amphibee/akeneo-connector
Package akeneo-connector
Short Description Connect Akeneo with WooCommerce. The plugin uses the Akeneo api to import Akeneo PIM data (attributes, products, variations..)
License GPL-3.0+
Homepage https://amphibee.fr
Informations about the package akeneo-connector
Akeneo Connector for WooCommerce
Overview
The Akeneo Connector for WooCommerce is a powerful integration tool that synchronizes product data between Akeneo PIM (Product Information Management) and WooCommerce. This connector enables seamless product data management by importing various entities from Akeneo to your WooCommerce store.
Features
- Comprehensive Data Import: Import categories, attributes, attribute options, product models, and products from Akeneo to WooCommerce.
- Smart Change Detection: Uses hash-based change detection to only import modified data, significantly improving performance.
- Multilingual Support: Full support for multilingual content with automatic translation synchronization.
- Robust Error Handling: Advanced error logging and retry mechanisms for API calls.
- WP-CLI Commands: Convenient command-line interface for running imports and migrations.
- Variable Products Support: Complete support for Akeneo product models as WooCommerce variable products.
Requirements
- WordPress 5.0+
- WooCommerce 4.0+
- Akeneo PIM 4.0+
- PHP 7.4+
Installation
- Upload the plugin files to the
/wp-content/plugins/akeneo-connector
directory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the 'Plugins' screen in WordPress.
- Configure the Akeneo API credentials in the plugin settings.
Configuration
API Credentials
Navigate to the Akeneo Connector settings page and enter your Akeneo API credentials:
- Akeneo Host URL
- Client ID
- Client Secret
- Username
- Password
- Channel (optional)
Retry Configuration
The connector includes a configurable retry mechanism for API calls:
Usage
WP-CLI Commands
The connector provides several WP-CLI commands for importing data:
Scheduled Imports
You can set up cron jobs to run imports automatically:
Data Mapping
The connector uses a mapping system to determine how Akeneo attributes should be imported into WooCommerce:
- global_attribute: Imported as a WooCommerce global attribute (visible to customers)
- private_global_attribute: Imported as a WooCommerce global attribute (not visible to customers)
- text_attribute: Imported as a WooCommerce text attribute
- post_meta: Imported as a product meta field
- external_media: Imported as external media
Performance Optimization
The connector implements several performance optimizations:
- Hash-based Change Detection: Only imports data that has changed since the last import.
- Batch Processing: Processes data in batches to reduce memory usage.
- API Retry Mechanism: Automatically retries failed API calls with configurable backoff.
Advanced Features
Product Models and Variations
The connector fully supports Akeneo's product models and variants:
- Product models are imported as WooCommerce variable products
- Product variants are imported as WooCommerce product variations
- Attribute axes are properly mapped to WooCommerce variation attributes
Multilingual Support
The connector supports multilingual content through integration with WPML or Polylang:
- Automatically creates translations for products, categories, and attributes
- Synchronizes translations between different language versions
Troubleshooting
Logging
The connector logs all import activities and errors to log files located in:
Common Issues
- API Connection Issues: Verify your Akeneo API credentials and ensure your server can reach the Akeneo instance.
- Memory Limit Errors: Increase PHP memory limit in your wp-config.php file.
- Import Timeouts: For large catalogs, consider importing data in smaller batches or increasing PHP execution time.
Contributing
Contributions to the Akeneo Connector are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.
License
The Akeneo Connector for WooCommerce is licensed under the MIT License.
Credits
Developed by Amphibee - Specialists in e-commerce and PIM integration.
All versions of akeneo-connector with dependencies
composer/installers Version ^2.2
akeneo/api-php-client Version ^6.0
php-http/guzzle7-adapter Version ^1.0
http-interop/http-factory-guzzle Version ^1.0
symfony/serializer Version ^5.2
symfony/property-access Version ^5.2
wp-cli/wp-cli Version ^2.4
monolog/monolog Version ^2.2
akeneo/api-php-client-ee Version ^6.0
tgeorgel/objectpress Version ^2.4
amphibee/hookable Version 1.0.0