Download the PHP package siteimprove/cms-plugin-ezplatform without Composer

On this page you can find all versions of the php package siteimprove/cms-plugin-ezplatform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cms-plugin-ezplatform

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

Requirements

Use Composer

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

Register the bundle

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

Add the routes

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

How it works

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.

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

Here a basic diagram that shows the flow.

eZ Publish Legacy Specificities

Install the Legacy extension

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.

Then you need to trigger this workflow.

If you have already a workflow set, you need to create a Multiplexer.

License

License


All versions of cms-plugin-ezplatform with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
guzzlehttp/guzzle Version ^6.3.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package siteimprove/cms-plugin-ezplatform contains the following files

Loading the files please wait ....