justbetter/magento2-akeneo-bundle

Magento2 bundle for extending the Akeneo connector with awesome features.

Installs: 25 970

Dependents: 0

Suggesters: 0

Security: 0

Stars: 28

Watchers: 5

Forks: 11

Open Issues: 0

Type:magento2-module

pkg:composer/justbetter/magento2-akeneo-bundle


README

JustBetter Magento 2 Akeneo Bundle - Essential features the Akeneo Connector is missing

JustBetter - Magento 2 Akeneo Bundle

Latest Version on Packagist GPL-3.0 License Total Downloads Stargazers Issues Contributors Forks


JustBetter Logo

JustBetter - Magento 2 Akeneo Bundle

Extends the official Akeneo Connector with several features and optimizations.
Report Bug ยท Request Feature

Table of Contents
  1. About The Package
  2. Getting Started
  3. Features
  4. Configuration
  5. Usage
  6. Events
  7. Contributing
  8. License
  9. Contact

About The Package

This Magento 2 extension made by JustBetter extends the official Akeneo Connector with several features and optimizations.

These features can be enabled / disabled via an extra configuration section called JustBetter Akeneo that is added to the default Akeneo Connector Configuration in Magento.

Built With

  • PHP
  • Magento
  • Akeneo

Contributors

Thanks to all the people who have contributed to this project:

Contributors

(back to top)

Getting Started

Installation

  1. Install via Composer

    composer require justbetter/magento2-akeneo-bundle
  2. Enable the module

    bin/magento module:enable JustBetter_AkeneoBundle
  3. Run setup upgrade and flush cache

    bin/magento setup:upgrade && bin/magento cache:flush

(back to top)

Features

Feature Overview

For detailed documentation of each feature, see FEATURES.md.
For configuration instructions and best practices, see Configuration Guide.

Category Feature Configuration Path
Product Import Important Attributes JustBetter Akeneo > Important Attributes
Default Store Values JustBetter Akeneo > Default Store Values
Exclude Families from Import Products Filters > Excluded Families
Remove Redundant EAV JustBetter Akeneo > Remove Redundant EAV
Category Category Exist - Skip URL Regeneration JustBetter Akeneo > Category Exist
Tax & Pricing Set Tax Class JustBetter Akeneo > Set Tax Class
Attributes Metric Units Import JustBetter Akeneo > Enable Metric Units
Format Media Name (SEO) JustBetter Akeneo > Format Media Name
Visibility Set Families Not Visible JustBetter Akeneo > Not Visible Families
Website Association Required Attribute Mapping Products > Required Attribute Mapping
Management Akeneo Manager JustBetter Akeneo > Akeneo Manager
Notifications Slack Notifications JustBetter Akeneo > Slack
Events Import Finished Events -

(back to top)

Configuration

All features are configured in the Magento Admin Panel:

Stores > Configuration > Catalog > Akeneo Connector > JustBetter Akeneo

For detailed configuration instructions, grid mappings, and best practices, see FEATURES.md - Configuration Guide.

(back to top)

Usage

The bundle extends the Akeneo Connector with additional features that can be configured in the Magento Admin Panel. Some features also provide CLI commands for manual execution.

For detailed usage instructions and CLI commands, see FEATURES.md.

(back to top)

Events

The bundle dispatches custom events after import completion to enable custom post-processing.

For available events, implementation examples and use cases, see FEATURES.md - Event System.

(back to top)

Contributing

Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.

Development:

# Install dependencies
composer install

# Run quality checks (PHPStan)
composer analyse

# Run GrumPHP tasks manually
composer grumphp

Note: GrumPHP runs automatically on git commit.

For security vulnerabilities, please see our Security Policy.

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information. Please see License File for more information.

(back to top)

Contact

JustBetter B.V.

(back to top)

JustBetter - We're an innovative development agency from The Netherlands building better Magento solutions

(back to top)