spryker-community/3d-product-visualizer

3D product visualizer widget

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/spryker-community/3d-product-visualizer

dev-main 2025-09-24 09:25 UTC

This package is auto-updated.

Last update: 2025-09-24 09:25:22 UTC


README

Latest Version MIT Licensed Build Status

A Spryker Yves module that provides an integration with Symfony AI

Overview

Installation

Follow these steps to install and configure the module in your Spryker project.

1. Install via Composer

composer require spryker-community/symfony-ai-wrapper

2. Add Core Namespace

Register the SprykerCommunity namespace in your project's configuration to allow the Spryker kernel to locate the module's classes.

File: config/Shared/config_default.php

<?php

use Spryker\Shared\Kernel\KernelConstants;

// ...
$config[KernelConstants::CORE_NAMESPACES] = [
    'Spryker',
    'SprykerCommunity', // Add this line
];

4. Generate Transfer Objects

The module comes with a transfer definition. You must regenerate the transfer classes to make Product3DViewTransfer available throughout the application.

vendor/bin/console transfer:generate

License

This project is licensed under the MIT License - see the LICENSE file for details.