PHPackages                             dothiv/dothiv-contentful-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. dothiv/dothiv-contentful-bundle

AbandonedArchivedLibrary[Framework](/categories/framework)

dothiv/dothiv-contentful-bundle
===============================

ContentfulBundle for the Symfony Framework

v0.2.1(10y ago)0201[1 issues](https://github.com/dothiv/DothivContentfulBundle/issues)1MITPHP

Since Aug 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dothiv/DothivContentfulBundle)[ Packagist](https://packagist.org/packages/dothiv/dothiv-contentful-bundle)[ RSS](/packages/dothiv-dothiv-contentful-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (12)Versions (3)Used By (1)

DothivContentfulBundle
======================

[](#dothivcontentfulbundle)

[![Travis CI](https://camo.githubusercontent.com/52ca3fcba2038723b20f5b1f57b87a1b9acb58d44bd3386edb2d5e1ef4c7e4ac/68747470733a2f2f7472617669732d63692e6f72672f646f746869762f446f74686976436f6e74656e7466756c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dothiv/DothivContentfulBundle)

[![Code Climate](https://camo.githubusercontent.com/f08ae869716285147e394e08ab8cbd17d0345f89d9bedb4e124a388c8f168d0d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f646f746869762f446f74686976436f6e74656e7466756c42756e646c652f6261646765732f6770612e737667)](https://codeclimate.com/github/dothiv/DothivContentfulBundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/eda941b31d7f85a87179c811fd4fea473f2de4e02379eeaefcd3dfd1d4c32f11/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64336538656266332d316330632d343639362d396162342d3564633962633433373838352f6269672e706e67)](https://insight.sensiolabs.com/projects/d3e8ebf3-1c0c-4696-9ab4-5dc9bc437885)

This is a Symfony2 bundle for providing a local queryable cache of [Contentful](https://www.contentful.com/) entries and assets.

It's a subtree split off [dothiv/dothiv](https://github.com/dothiv/dothiv).

Setup
-----

[](#setup)

The cache needs a database.

```
# Create database if not created before
sudo su postgres
psql
CREATE USER contentful;
CREATE DATABASE contentful;
GRANT ALL PRIVILEGES ON DATABASE contentful TO contentful;
ALTER USER contentful WITH PASSWORD 'password';

# Update the schema
app/console doctrine:schema:update --force

```

Usage
-----

[](#usage)

### Sync content

[](#sync-content)

Use app/console contentful:sync &lt;access\_token&gt; to make your content available locally.

### PageController

[](#pagecontroller)

[`PageController`](/Controller/PageController.php) contains a controller which can create the correct cache headers. As it only listens on contentful item dates it is required to define a minimum modification for the app. Run this command after every deploy to set it:

```
app/console contentful:config last_modified_content.min_last_modified `date +%FT%T%z`

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db92d1dee617411d9acfbaf952b0edb9f55acfd96daa0691745bb9371e09bf0a?d=identicon)[coderbyheart](/maintainers/coderbyheart)

---

Top Contributors

[![coderbyheart](https://avatars.githubusercontent.com/u/188915?v=4)](https://github.com/coderbyheart "coderbyheart (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dothiv-dothiv-contentful-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dothiv-dothiv-contentful-bundle/health.svg)](https://phpackages.com/packages/dothiv-dothiv-contentful-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
