Download the PHP package akeneo/piivo-connector without Composer
On this page you can find all versions of the php package akeneo/piivo-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download akeneo/piivo-connector
More information about akeneo/piivo-connector
Files in akeneo/piivo-connector
Package piivo-connector
Short Description Extended API to connect with PiiVO DAM
License OSL-3.0
Homepage http://www.akeneo.com
Informations about the package piivo-connector
PiiVO Connector
This extension purposes new API possibilities to connect PiiVO DAM with Akeneo PIM. We are trying to create this extension to add more features on the current version but keep in mind we don't engage on its stability.
Requirements
PiiVO Connector | Akeneo PIM Community Edition |
---|---|
v1.1.* | v2.* |
v1.0.* | v1.7.* |
Installation
You can install this bundle with composer (see requirements section):
and enable the bundle in the app/AppKernel.php
file in the registerBundles()
method:
If your installation is already set up, don't forget to clean your cache in production environment.
Adds routing in app/config/routing.yml
:
Elasticsearch indexes
As explained in the ExtendedAttributeTypeBundle's README,
you will also have to register the new Elasticsearch configuration files; in app/config/pim_parameters.yml
, edit the
elasticsearch_index_configuration_files
parameter and add the following values:
For the Enterprise edition, there is another file to register:
If this is a fresh install, you can then proceed with a standard installation.
From an existing PIM, on the other hand, you will have to re-create your elasticsearch indexes:
Documentation
Some example of API usages can be found here: https://api.akeneo.com/ We keep API main rules for new routes and filters.
Contributing
If you want to contribute to this open-source project, thank you to read and sign the following contributor agreement