actualys/drupal-commerce-connector-bundle
Akeneo PIM bundle to export families, attributes, categories, and products to Drupal Commerce. Supports full or delta product exports, creates product types, fields and taxonomy vocabularies/terms, and integrates with a custom Drupal module for data mapping.
webonyx/graphql-php) and consume it in Laravel, bypassing the bundle entirely.drupal_commerce_family_export) for Laravel’s ORM (Eloquent) and service container.field_collection) vs. Laravel’s simpler schema.chunk() or database cursors).media module vs. Laravel’s Spatie Media Library?| Component | Laravel Compatibility | Workaround |
|---|---|---|
| Akeneo PIM API | Low (v1.x) | Use Akeneo’s REST API (v5.x+) |
| Drupal Commerce | None | Expose via API or migrate to Sylius |
| Export Profiles | None | Rewrite for Laravel/Eloquent |
| Taxonomy Vocabs | None | Use Laravel Tags or Spatie Tags |
products table + polymorphic relations).Guzzle or Laravel HTTP Client.akeneo:sync command).product_variants table).product_variants table).akeneo-sync Artisan command).failed_jobs table for Laravel Queues).cache or Redis.| Scenario | Impact | Mitigation |
|---|---|---|
| Akeneo API downtime | No product data in Laravel | Fallback to cached exports |
| Drupal Commerce sync errors | Inconsistent product data | Rollback to last known good state |
| Database corruption (Laravel) | Lost product variants | Regular backups + laravel-backup |
| Bundle deprecation | Broken integration | Rewrite connector before EOL |
| High sync latency | Slow UI responses | Implement optimistic UI updates |
hook system, field_api).How can I help you explore Laravel packages today?