All Projects → synolia → SyliusAkeneoPlugin

synolia / SyliusAkeneoPlugin

Licence: EUPL-1.2 license
This Sylius plugin allows you to import data from Akeneo PIM

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to SyliusAkeneoPlugin

SyliusFeedPlugin
Create feeds in your Sylius shop
Stars: ✭ 20 (+17.65%)
Mutual labels:  sylius, sylius-plugin
CustomerOrderCancellationPlugin
Plugin that allows customers to cancel the placed order before it is processed.
Stars: ✭ 22 (+29.41%)
Mutual labels:  sylius, sylius-plugin
SyliusWishlistPlugin
This plugin allows you to integrate wishlist features with Sylius platform app.
Stars: ✭ 51 (+200%)
Mutual labels:  sylius, sylius-plugin
SyliusBannerPlugin
Add Banners to your Sylius projects with this plugin
Stars: ✭ 13 (-23.53%)
Mutual labels:  sylius, sylius-plugin
CoopTilleulsSyliusClickNCollectPlugin
Sell and deliver securely during the COVID-19 pandemic!
Stars: ✭ 77 (+352.94%)
Mutual labels:  sylius, sylius-plugin
SyliusCmsPagePlugin
A Sylius plugin to manage your CMS pages
Stars: ✭ 26 (+52.94%)
Mutual labels:  sylius, sylius-plugin
SyliusReportPlugin
Report Plugin for Sylius. This plugin add a report interface to the Sylius administration. Some reports comes with this bundle but you can create your custom reports.
Stars: ✭ 25 (+47.06%)
Mutual labels:  sylius, sylius-plugin
SyliusPayUPlugin
PayU payment plugin for Sylius applications.
Stars: ✭ 21 (+23.53%)
Mutual labels:  sylius, sylius-plugin
SyliusSchedulerCommandPlugin
Schedule Symfony Commands in your Sylius
Stars: ✭ 25 (+47.06%)
Mutual labels:  sylius, sylius-plugin
SyliusSettingsPlugin
Provide some custom settings to your favorite Sylius shop!
Stars: ✭ 17 (+0%)
Mutual labels:  sylius, sylius-plugin
SyliusInvoicingPlugin
This plugin enables generating invoices in Sylius platform application.
Stars: ✭ 21 (+23.53%)
Mutual labels:  sylius, sylius-plugin
SyliusCustomOptionsPlugin
A Sylius plugin that adds customer options
Stars: ✭ 42 (+147.06%)
Mutual labels:  sylius
Jedisjeux
Boardgames website, based on Symfony framework and Sylius.
Stars: ✭ 13 (-23.53%)
Mutual labels:  sylius
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+38711.76%)
Mutual labels:  sylius
ExcelInitBundle
Setup your Akeneo PIM data with a single init.xls file
Stars: ✭ 21 (+23.53%)
Mutual labels:  akeneo-pim
SyliusMolliePlugin
Sylius Mollie payment gateway integration.
Stars: ✭ 1 (-94.12%)
Mutual labels:  sylius
Monofony
Main repository for all Monofony bundles
Stars: ✭ 47 (+176.47%)
Mutual labels:  sylius
enhavo
Modern CMS with shop features based on fullstack symfony and sylius components
Stars: ✭ 80 (+370.59%)
Mutual labels:  sylius
PayPalPlugin
Official integration with PayPal Commerce Platform
Stars: ✭ 21 (+23.53%)
Mutual labels:  sylius
WebgriffeSyliusTableRateShippingPlugin
Sylius plugin which allows to define shipping rates using weight/rate tables.
Stars: ✭ 13 (-23.53%)
Mutual labels:  sylius

License Tests Version Total Downloads

Sylius Akeneo Plugin

This plugin allow you to import data from Akeneo PIM.

Features

Requirements

Version
PHP 7.4, 8.0, 8.1
Sylius 1.9, 1.10, 1.11
Akeneo PIM 3.0+

Installation

  1. Add the bundle and dependencies in your composer.json :

    composer require synolia/sylius-akeneo-plugin --no-scripts
  2. Enable the plugin in your config/bundles.php file by add

    Synolia\SyliusAkeneoPlugin\SynoliaSyliusAkeneoPlugin::class => ['all' => true],
  3. Import required config in your config/packages/_sylius.yaml file:

    imports:
        - { resource: "@SynoliaSyliusAkeneoPlugin/Resources/config/config.yaml" }
  4. Import routing in your config/routes.yaml file:

    synolia_akeneo:
        resource: "@SynoliaSyliusAkeneoPlugin/Resources/config/routes.yaml"
        prefix: '/%sylius_admin.path_name%'
  5. Apply plugin migrations to your database:

    bin/console doctrine:migrations:migrate
  6. Clear cache

    bin/console cache:clear

Development

Akeneo Enterprise Edition

Reference Entity

Everything you need to know about Reference Entity in Sylius

License

This library is under the EUPL-1.2 license.

Credits

Developed by Synolia.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].