Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message
Icecat Demo Bundle

Icecat Demo Bundle Laravel Package

akeneo/icecat-demo-bundle

View on GitHub
Deep Wiki
Context7

Akeneo PIM Icecat Demo Bundle (For more information about Icecat, please see http://icecat.biz)

Frequently asked questions about Icecat Demo Bundle
Can I use this bundle in Laravel 10+ for importing Icecat product data?
No, this bundle is explicitly deprecated and incompatible with Laravel. It’s designed for Akeneo PIM (Symfony-based) and relies on outdated Symfony 2.x components and Doctrine fixtures, which won’t integrate with Laravel’s Eloquent or Artisan ecosystem.
What’s the best alternative for importing Icecat data into Laravel?
Use Icecat’s official API to fetch data dynamically, then import it into Laravel via a custom seeder, queue-based job (e.g., `spatie/laravel-queue-scheduler`), or a package like `spatie/laravel-data-import`. This avoids legacy dependencies and aligns with Laravel’s architecture.
How do I migrate Icecat’s EAV schema to Laravel’s relational model?
Manually map Icecat’s `pim_catalog_product` and `pim_product_attribute` tables to Laravel’s Eloquent models. Use a migration layer or a custom mapper to translate the Entity-Attribute-Value structure into Laravel’s relational tables, then seed the data via Laravel’s `DatabaseSeeder`.
Will this bundle work with Symfony 6+ or Akeneo PIM 5+?
Absolutely not. The last release was in 2013, and it’s marked as deprecated for modern Akeneo versions. It requires Symfony 2.x and won’t load in newer Symfony or Laravel environments due to autoloading and dependency conflicts.
Does this bundle support real-time Icecat data updates?
No, this bundle is a one-time data fixture loader. Icecat’s dataset is static, and there’s no built-in mechanism for syncing updates. For real-time data, use Icecat’s API with Laravel’s queue system to fetch and update products periodically.
How do I replace the Symfony `app/console` commands with Laravel Artisan?
Rewrite the bundle’s `pim:icecat-demo:import` command as a Laravel Artisan command. Use Laravel’s `Console/Command` class, replace Doctrine Fixtures with Laravel’s `DatabaseSeeder`, and adapt the logic to work with Eloquent models instead of Akeneo’s ORM.
Are there any known conflicts with Laravel’s service container or autoloading?
Yes. The bundle relies on Symfony’s `AppKernel.php` and old autoloading standards, which conflict with Laravel’s `composer.json` and service provider system. You’d need to extract only the Icecat data models and rebuild them as standalone Laravel packages.
Can I use this bundle in a multi-tenant Laravel SaaS app?
No, this bundle replaces the entire database and lacks tenant-aware logic. For multi-tenancy, design a custom import system using Laravel’s `tenancy` packages (e.g., `stancl/tenancy`) or Icecat’s API to seed data per tenant dynamically.
What’s the license status for redistributing Icecat data in a Laravel app?
The bundle is OSL-licensed (open-source), but redistributing Icecat’s dataset may require compliance with Icecat’s terms. Review their [license agreement](http://icecat.biz) to ensure your use case (e.g., commercial apps) is permitted before bundling the data.
How do I test this bundle in a Laravel environment before committing?
You can’t directly test it in Laravel due to architectural mismatches. Instead, extract the Icecat data (e.g., CSV/JSON) from the bundle’s fixtures, then build a Laravel seeder or API-based importer to validate the data structure and integration with your Eloquent models.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware