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.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky