PHPackages                             siteimprove/cms-plugin-ezplatform - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. siteimprove/cms-plugin-ezplatform

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

siteimprove/cms-plugin-ezplatform
=================================

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

v2.0.0(8y ago)02.0k1MITPHPPHP &gt;=7.1.0

Since Jun 2Pushed 9mo ago6 watchersCompare

[ Source](https://github.com/Siteimprove/cms-plugin-ezplatform)[ Packagist](https://packagist.org/packages/siteimprove/cms-plugin-ezplatform)[ Docs](https://github.com/Siteimprove/CMS-plugin-eZPlatform)[ RSS](/packages/siteimprove-cms-plugin-ezplatform/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Siteimprove eZ Platform Bundle
==============================

[](#siteimprove-ez-platform-bundle)

The new Siteimprove plugin bridges the gap between the eZ Platform and the Siteimprove Intelligence Platform. Thanks to the seamless integration, you are now able to put your Siteimprove results to use where they are most valuable – during your content creation andediting process.

With analytics and content insights always at hand, contributors can test, fix, and optimize their work continuously. Once the detected issues have been assessed, you can directly re-recheck the relevant page when it is published and see if further actions are needed. Delivering a superior digital experience has never been more efficient and convenient.

Installation instructions
-------------------------

[](#installation-instructions)

### Requirements

[](#requirements)

- eZ Publish 5.4+ / eZ Publish Community Project 2014.07+
- PHP 5.6+

### Use Composer

[](#use-composer)

Using composer you can run this command line to install the bundle:

```
$ composer require siteimprove/cms-plugin-ezplatform
```

### Register the bundle

[](#register-the-bundle)

Activate the bundle in `(ezpublish|app)\(EzPublish|app)Kernel.php` file.

```
// (ezpublish|app)\(EzPublish|app)Kernel.php

public function registerBundles()
{
   ...
   $bundles = array(
       new FrameworkBundle(),
       ...
       new Siteimprove\Bundle\SiteimproveBundle\SiteimproveBundle(),
   );
   ...
}
```

### Add the routes

[](#add-the-routes)

```
# (ezpublish|app)/config/routing.yml

_siteimprove_routes:
    resource: "@SiteimproveBundle/Controller"
    type:     annotation
    prefix:   /_siteimprove

```

### Optionnal

[](#optionnal)

This bundle does server-to-server call to the Siteimprove Intelligence Platform, if for an reason your server is behind a HTTP Proxy you can set up the credentials in your config.yml

```
# (ezpublish|app)/config/config.yml

siteimprove:
    proxy_settings:
        host: proxy.net
        port: 8080
        user: user
        pass: password
```

How it works
------------

[](#how-it-works)

### Overview

[](#overview)

Siteimprove Intelligence Platform is in charge to check the pages that you are browsing and/or editing. To do that, the plugin adds a Javascript tag that will communicate (client-side) with Siteimprove Intelligence Platform.

You will need credentials to "Sign-in" inside the little widget, that will appear on the right of the screen.

[![Plugin](docs/images/plugin.png "Plugin")](docs/images/plugin.png)

> You can decide where to display it in your Siteimprove profile.

A server-to-server call is made after publication to warn Siteimprove Intelligence Platform that pages have changed.

### Technically

[](#technically)

Here a basic diagram that shows the flow.

[![Flow](docs/images/flow.png "Flow")](docs/images/flow.png)

eZ Publish Legacy Specificities
-------------------------------

[](#ez-publish-legacy-specificities)

#### Install the Legacy extension

[](#install-the-legacy-extension)

```
php (ezpublish|app)/console ezpublish:legacybundles:install_extensions
cd ezpublish_legacy
php bin/php/ezpgenerateautoloads.php -e
```

#### Configure a workflow

[](#configure-a-workflow)

In order to let Siteimprove Intelligence Platform knows that a content has been updated you need to setup a workflow. To do that you need to go in your Administraton Interface.

[![Step 1](docs/images/Step1.png "Step 1")](docs/images/Step1.png)[![Step 2](docs/images/Step2.png "Step 2")](docs/images/Step2.png)[![Step 3](docs/images/Step3.png "Step 3")](docs/images/Step3.png)[![Step 4](docs/images/Step4.png "Step 4")](docs/images/Step4.png)

Then you need to trigger this workflow. [![Step 5](docs/images/Step5.png "Step 5")](docs/images/Step5.png)

> If you have already a workflow set, you need to create a [Multiplexer](https://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Workflow-events/Multiplexer).

License
-------

[](#license)

[License](LICENSE)

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance40

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~361 days

Total

2

Last Release

2999d ago

Major Versions

v1.0.0 → v2.0.02018-05-30

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

v2.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1436607?v=4)[Siteimprove](/maintainers/Siteimprove)[@Siteimprove](https://github.com/Siteimprove)

---

Top Contributors

[![Plopix](https://avatars.githubusercontent.com/u/313532?v=4)](https://github.com/Plopix "Plopix (19 commits)")[![mostergaard](https://avatars.githubusercontent.com/u/8314260?v=4)](https://github.com/mostergaard "mostergaard (1 commits)")

---

Tags

siteimprove-pluginezpublishezplatform

### Embed Badge

![Health badge](/badges/siteimprove-cms-plugin-ezplatform/health.svg)

```
[![Health](https://phpackages.com/badges/siteimprove-cms-plugin-ezplatform/health.svg)](https://phpackages.com/packages/siteimprove-cms-plugin-ezplatform)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

64147.9k151](/packages/oat-sa-tao-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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