contentful / core
Foundation library for Contentful PHP SDKs
Requires
- php: ^8.0
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^6.5|^7.0
- guzzlehttp/psr7: ^1.6|^2.1.1
- jean85/pretty-package-versions: ^1.5|^2.0
- psr/http-message: ^1.0|^2.0
- psr/log: ^1.1|^2.0|^3.0
Requires (Dev)
- monolog/monolog: ^2.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^8.5
- roave/backward-compatibility-check: ^7.1|^8.0
- symfony/finder: ^4.0|^5.0|^6.0|^7.0
- dev-master
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.0
- 3.1.3
- v3.1.2.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-beta2
- 2.0.0-beta1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- dev-testing-master
- dev-codex/dx-822-devcontainers
- dev-chore/dx-687
- dev-renovate/configure
- dev-chore/dx-5-remove-tundra
- dev-chore/change-owners-to-dx
- dev-chore/change-dx-to-tundra
- dev-add-codeowners
- dev-bc-break-check
- dev-php8-support
- dev-test
- dev-fix/github-40-guzzle-exception
- dev-fix/PHP-134-updated-build-badge
- dev-feature/php-74-support
- dev-PHP-121-image-size
- dev-PHP-110-retry-limit
This package is auto-updated.
Last update: 2026-03-31 21:32:37 UTC
README
What is Contentful?
Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.
Requirements
This package requires PHP 8.0 or above.
About
This package provides foundation components for both Delivery SDK and Management SDK, and it is not meant for being used from third party packages.
Development with Dev Containers
For a reproducible local setup, this repository includes a .devcontainer configuration and GitHub Actions uses the same setup for CI.
In Visual Studio Code, open the repository and run Dev Containers: Reopen in Container.
Without Visual Studio Code, install Docker and the Dev Container CLI (npm install -g @devcontainers/cli), then run:
devcontainer up --workspace-folder . devcontainer exec --workspace-folder . bash
After the container is ready, run:
composer test-quick-fail
See CONTRIBUTING.md for the full contributor workflow.
License
Copyright (c) 2015-2019 Contentful GmbH. Code released under the MIT license. See LICENSE for further details.