Download the PHP package akeneo-labs/pim-enhanced-connector without Composer

On this page you can find all versions of the php package akeneo-labs/pim-enhanced-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 pim-enhanced-connector

EnhancedConnectorBundle

Scrutinizer Code Quality Build Status

This bundle adds some new exports to Akeneo:

This bundle can be use as a replacement for the DnD-MagentoConnectorBundle, to work with PimGento. However, it does not provide a SSH export as the DnD Magento connector bundle does. If you need to automatically send your exports to PimGento, you should set up a CRON task and include the SSH export in it.

Requirements

EnhancedConnectorBundle Akeneo PIM Community Edition
v1.4.* v1.7.*
v1.3.* v1.6.*
v1.2.* v1.5.*
v1.1.* v1.4.*
v1.0.* v1.3.*

Installation

Install the bundle with composer:

Enable the bundle in the app/AppKernel.php file:

Now let's clean your cache and dump your assets:

Documentation

Configuration

This section explains how to export your data from Akeneo PIM. If you want to know how to use them once exported, take a look at the PimGento documentation.

Go to and create the export you need (note that you can export your data in whatever order you want, only PimGento requires that you import data in a precise order, the same that is used below):

  1. Category export: use the standard Akeneo CSV export for category exports.

  2. Family export: use the "Export families to CSV for PimGento" job from the Enhanced connector bundle.

  3. Attribute export: use the "Export attributes to CSV for PimGento" job from the Enhanced connector bundle.

  4. Attribute option export: use the standard Akeneo CSV export for attribute options.

  5. Product export: use the standard "Export products" that you can configure through the Export Builder.

All these exports are configured like standards CSV Akeneo exports: you need to define a delimitor (the character separating the elements on a same line), an enclosure (for instance, if a label contain spaces, it needs to be enclose to avoid import errors), if you want headers in your file, and the file path to save your export.

However, the family and the product exports adds a few new configuration fields, as explained below.

Family export

You need to choose which in which language you want to export the family label, as PimGento needs only one label (ideally, the language should correspond to the Magento locale for the administration interface).


All versions of pim-enhanced-connector with dependencies

PHP Build Version
Package Version
Requires akeneo/pim-community-dev Version 1.7.*
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 akeneo-labs/pim-enhanced-connector contains the following files

Loading the files please wait ....