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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

Requirements

Installation

  1. Upload the plugin files to the /wp-content/plugins/akeneo-connector directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. 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:

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:

Performance Optimization

The connector implements several performance optimizations:

  1. Hash-based Change Detection: Only imports data that has changed since the last import.
  2. Batch Processing: Processes data in batches to reduce memory usage.
  3. 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:

Multilingual Support

The connector supports multilingual content through integration with WPML or Polylang:

Troubleshooting

Logging

The connector logs all import activities and errors to log files located in:

Common Issues

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

PHP Build Version
Package Version
Requires php Version >=7.4.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package amphibee/akeneo-connector contains the following files

Loading the files please wait ....