Foundation library for Contentful PHP SDKs

Maintainers

Package info

github.com/contentful/contentful-core.php

pkg:composer/contentful/core

Statistics

Installs: 3 668 363

Dependents: 7

Suggesters: 0

Stars: 17

Open Issues: 0


README

Packagist PHP from Packagist Packagist CI

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.