PHPackages                             janit/ez-amp-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. [API Development](/categories/api)
4. /
5. janit/ez-amp-bundle

ActiveEzplatform-bundle[API Development](/categories/api)

janit/ez-amp-bundle
===================

eZ Platform Bundle that provides Accelerated Mobile Pages (AMP) support

v0.14.0(8y ago)37282MITTwig

Since Sep 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/janit/ez-amp-bundle)[ Packagist](https://packagist.org/packages/janit/ez-amp-bundle)[ RSS](/packages/janit-ez-amp-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (6)Used By (0)

eZ AMP Bundle
=============

[](#ez-amp-bundle)

This is an extension to the eZ Platform CMS that provides Accelerated Mobile Pages (AMP) Support.

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 from Google to allow quick embedded views to search results.

Given Google's continuing dominance search both publishers and CMS vendors need to take AMP into account. This bundle enables [eZ Platform](http://ezplatform.com) installations to have quick access to an AMP formatted version of content objects.

Installation
------------

[](#installation)

Installation is similar to most Symfony Bundles:

### Install using Composer

[](#install-using-composer)

```
composer require janit/ez-amp-bundle

```

This will download and install the package to your local environment form Packagist ([ez-amp-bundle](https://packagist.org/packages/janit/ez-amp-bundle))

### Update AppKernel

[](#update-appkernel)

Open the Application Kernel and add the bundle:

```
