Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for cms

How to implement AMP (Accelerated Mobile Pages) on the eZ Platform CMS

Accelerated Mobile Pages is an initiative from Google to speed up mobile browsing. AMP is an open standard based on HTML. It enforces performance by limiting functionality and includes remote caching.

Given Google's continuing dominance search both publishers and CMS vendors need to take AMP into account. In this article you'll learn the basics of how to implement AMP with eZ Platform CMS and Symfony.


Written by Jani Tarvainen on Saturday August 27, 2016
Permalink - Tags: cms, amp, ezplatform



Symfony components and the full stack framework in CMS ecosystems

In the recent years the line between frameworks and Content Management Systems have faded in the face of modern PHP conventions and sharing components. One of the original movers in this space was EllisLabs with Expression Engine - a closed source CMS built with their Open Source Code Igniter framework.


Written by Jani Tarvainen on Saturday May 7, 2016
Permalink - Tags: symfony, cms

Exploring Content API Options

Today the market is awash with options available for developers to consume content using the APIs. Some go as far as describing their offering as a CMS without the bad parts, where as some choose to provide content using a data centric API platform.

All of this while the classic Content Management System players are opening up their core via APIs and modernising their technical platforms. Is there a silver bullet for Content APIs? Let's find out!


Written by Jani Tarvainen on Thursday March 24, 2016
Permalink - Tags: rest, api, content, cms, symfony