Download the PHP package atolye15/contentful-bundle without Composer
On this page you can find all versions of the php package atolye15/contentful-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atolye15/contentful-bundle
More information about atolye15/contentful-bundle
Files in atolye15/contentful-bundle
Package contentful-bundle
Short Description A Symfony Bundle to integrate the Contentful CDA SDK
License MIT
Informations about the package contentful-bundle
ContentfulBundle
Symfony Bundle for the Contentful Delivery SDK. This bundle requires PHP 7.0 or higher, and Symfony 3.4 or higher. It also requires Twig to be installed.
Setup
Add this package to your application by using Composer and executing the following command:
Add ContentfulBundle to your application
Symfony 4
Symfony 3
Configuration example
The simplest configuration includes just the space ID and token. Add these settings to either app/config.yml
(Symfony 3) or create config/packages/contentful.yaml
(Symfony 4):
You can also configure multiple clients and enable the preview mode:
Documentation
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.
License
Copyright (c) 2015-2017 Contentful GmbH. Code released under the MIT license. See LICENSE for further details.
All versions of contentful-bundle with dependencies
atolye15/contentful Version 4.2.*
symfony/framework-bundle Version ^3.4|^4.0