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

Contentful Bundle Laravel Package

contentful/contentful-bundle

View on GitHub
Deep Wiki
Context7

ADR-0002: Deliver API Only — No Content Management API Integration

Status

Accepted

Context

Contentful exposes two main API families:

  1. Content Delivery API (CDA) — read-only, optimized for high-throughput content fetching from the CDN
  2. Content Management API (CMA) — read/write, for managing content types, entries, and assets

This bundle was initially built to integrate Contentful into Symfony-based frontend applications (CMS-driven websites, SPAs with SSR). Those use cases are exclusively read operations against the CDA.

A parallel contentful/contentful-management.php SDK exists for CMA operations.

Decision

ContentfulBundle wraps only contentful/contentful (the CDA SDK) and optionally enables the Preview API (a read-only API for draft content, accessed via a separate token). No CMA integration is in scope for this bundle.

Consequences

  • Bundle dependency surface is minimal: just the CDA SDK + Symfony framework bundle
  • Applications needing CMA operations must wire the management SDK separately
  • The scope boundary is clear — this bundle is safe to install in production applications without concern about accidental write operations
  • If CMA Symfony integration is ever needed, it should be a separate bundle (contentful/management-bundle pattern) rather than expanding this bundle's scope
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.
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle
dmstr/api-platform-utils-bundle
dmstr/api-configuration-bundle
chrisdev/ux-components
baks-dev/finances
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle