2017 © Pedro Peláez
 

magento2-module module-pimgento

Module Pimgento for Magento 2

image

agencednd/module-pimgento

Module Pimgento for Magento 2

  • Tuesday, May 15, 2018
  • by agencednd
  • Repository
  • 30 Watchers
  • 54 Stars
  • 57,144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 52 Forks
  • 62 Open issues
  • 46 Versions
  • 10 % Grown

The README.md

PIMGento2

This version of PIMGento2 connector will not be maintained anymore by the end of 2018. We kindly invite you to visit the Github repository of the new Akeneo connector for Magento 2 extension (https://github.com/akeneo/magento2-connector-community)., (*1)

PIMGento2 is a Magento 2 extension that allows you to import your catalog from Akeneo CSV files into Magento., (*2)

You can discover PIMGento on the official website (https://www.pimgento.com/)., (*3)

Documentation

PIMGento complete documentation is available here., (*4)

Upgrade from Magento 2.1 to 2.2

Please refer to Compatibility., (*5)

How it works

PIMGento reads CSV files from Akeneo and insert data directly in Magento database., (*6)

In this way, it makes imports very fast and doesn't disturb your e-commerce website., (*7)

With PIMGento, you can import : * Categories * Families * Attributes * Options * Variants (Akeneo < 2.0) * Product Model (Akeneo >= 2.0) * Family Variant (Akeneo >= 2.0) * Products, (*8)

Requirements

  • Akeneo PIM >= 1.3 (CE & EE)
  • Magento >= 2.0 CE & EE
  • Database encoding must be UTF-8

Only for MySQL LOAD DATA INFILE statement:, (*9)

  • Set local_infile mysql variable to TRUE
  • Add "driver_options" key to Magento2 default connection configuration (app/etc/env.php)
'db' =>
  array (
    'table_prefix' => '',
    'connection' =>
    array (
      'default' =>
      array (
        'host' => '',
        'dbname' => '',
        'username' => '',
        'password' => '',
        'active' => '1',
        'driver_options' => array(PDO::MYSQL_ATTR_LOCAL_INFILE => true),
      ),
    ),
  ),

If LOAD DATA INFILE statement is not authorized for security reasons, insertion row by row is possible., (*10)

Installation, Configuration and Usage

If you want to know how to install, configure or use PIMGento, please check how to... section. We advise you to start here!, (*11)

Roadmap

We have updated our roadmap. Just go here., (*12)

About us

Founded by lovers of innovation and design, Agence Dn'D assists companies in the creation and development of customized digital (open source) solutions for web and E-commerce since 2004., (*13)

The Versions

15/05 2018

dev-master

9999999-dev

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

15/05 2018

100.3.3

100.3.3.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

04/05 2018

dev-fix/attribute_import

dev-fix/attribute_import

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

04/05 2018

dev-fix/product_link

dev-fix/product_link

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

02/02 2018

100.3.2

100.3.2.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

12/01 2018

100.3.1

100.3.1.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

07/12 2017

100.3.0

100.3.0.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0
  • magento/framework >=100.0.1
  • magento/module-backend >=100.0.1
  • magento/module-catalog >=100.0.1
  • magento/module-eav >=100.0.1
  • magento/module-store >=100.0.1

 

25/10 2017

100.2.23

100.2.23.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^5.5|^7.0
  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *

 

28/09 2017

100.2.22

100.2.22.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

25/09 2017

100.2.21

100.2.21.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

05/09 2017

100.2.20

100.2.20.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

30/08 2017

100.2.19

100.2.19.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

31/07 2017

100.2.18

100.2.18.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

21/07 2017

100.2.17

100.2.17.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

20/07 2017

100.2.16

100.2.16.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

18/07 2017

100.2.15

100.2.15.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

05/07 2017

100.2.14

100.2.14.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

05/07 2017

100.2.13

100.2.13.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

04/07 2017

100.2.12

100.2.12.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

29/06 2017

100.2.11

100.2.11.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

28/06 2017

100.2.10

100.2.10.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

22/06 2017

100.2.9

100.2.9.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

06/06 2017

100.2.8

100.2.8.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

30/05 2017

100.2.7

100.2.7.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

24/05 2017

100.2.6

100.2.6.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

07/03 2017

100.2.5

100.2.5.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

21/02 2017

100.2.4

100.2.4.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

21/02 2017

100.2.3

100.2.3.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

21/02 2017

100.2.2

100.2.2.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

03/02 2017

100.2.0

100.2.0.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

01/02 2017

100.1.2

100.1.2.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ^5.5|^7.0

 

03/11 2016

100.1.1

100.1.1.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ~5.5.0|~5.6.0|~7.0.0

 

04/07 2016

100.1.0

100.1.0.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework *
  • magento/module-backend *
  • magento/module-catalog *
  • magento/module-eav *
  • magento/module-store *
  • php ~5.5.0|~5.6.0|~7.0.0

 

30/06 2016

100.0.13

100.0.13.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

21/06 2016

100.0.12

100.0.12.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

21/06 2016

100.0.11

100.0.11.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

03/06 2016

100.0.10

100.0.10.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

02/06 2016

100.0.9

100.0.9.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

20/05 2016

100.0.8

100.0.8.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

13/05 2016

100.0.7

100.0.7.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

29/04 2016

100.0.6

100.0.6.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

22/04 2016

100.0.5

100.0.5.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

12/04 2016

100.0.4

100.0.4.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

12/04 2016

100.0.3

100.0.3.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

08/04 2016

100.0.2

100.0.2.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

06/04 2016

100.0.1

100.0.1.0

Module Pimgento for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0