2017 © Pedro Peláez
 

symfony-bundle akeneo-connector

Extension to connect ePhoto to Akeneo

image

ephoto/akeneo-connector

Extension to connect ePhoto to Akeneo

  • Wednesday, October 25, 2017
  • by einden
  • Repository
  • 2 Watchers
  • 2 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 29 % Grown

The README.md

ePhoto - Akeneo Connector, (*1)

ePhoto - Akeneo Connector

Description

After installing the connector, you can import the assets of your choice from ePhoto DAM., (*2)

Source code available on Github. Install the bundle with composer., (*3)

More information are available at our website., (*4)

Requirements

Ephoto Connector Bundle Ephoto Akeneo PIM Community Edition
v1.0.* v3.10.* and more v1.7.*

Installation

For example, if you have ePhoto 3.10, you can install this bundle with composer (see requirements section):, (*5)

    php /path/to/your/composer.phar require ephoto/akeneo-connector:~1.0

Then add the following lines at the end of your app/config/routing.yml :, (*6)

ephoto:
    resource: "@EindenEphotoConnectorBundle/Resources/config/routing.yml"

and enable the bundle in the app/AppKernel.php file in the registerProjectBundles() method:, (*7)

protected function registerProjectBundles()
{
    return [
        // ...
        new Einden\Ephoto\ConnectorBundle\EindenEphotoConnectorBundle(),
    ];
}

After all, run the following commands in your project root:, (*8)

php app/console cache:clear --env=prod
php app/console pim:installer:assets --env=prod
php app/console oro:translation:dump en fr en_US en_UK fr_FR --env=prod

Within the Akeneo system configuration, you have to enter all required URL parameter to connect to your Ephoto DAM instance., (*9)

The Versions

25/10 2017

dev-master

9999999-dev http://www.ephoto.fr

Extension to connect ePhoto to Akeneo

  Sources   Download

proprietary

The Requires

  • php >=5.6
  • akeneo/pim-community-dev >=1.7

 

pim akeneo dam einden ephoto

25/10 2017

1.0.0

1.0.0.0 http://www.ephoto.fr

Extension to connect ePhoto to Akeneo

  Sources   Download

proprietary

The Requires

  • php >=5.6
  • akeneo/pim-community-dev >=1.7

 

pim akeneo dam einden ephoto

16/09 2017

v1.0.0-beta1

1.0.0.0-beta1 http://www.ephoto.fr

Extension to connect ePhoto to Akeneo

  Sources   Download

proprietary

The Requires

  • php >=5.6
  • akeneo/pim-community-dev >=1.7

 

pim akeneo dam einden ephoto