Download the PHP package postyou/contao-proven-expert without Composer
On this page you can find all versions of the php package postyou/contao-proven-expert. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download postyou/contao-proven-expert
More information about postyou/contao-proven-expert
Files in postyou/contao-proven-expert
Package contao-proven-expert
Short Description ProvenExpert API Integration for Contao
License LGPL-3.0+
Informations about the package contao-proven-expert
Contao ProvenExpert
This extension integrates the ProvenExpert API in contao. An account at ProvenExpert is required.
Goal
This extension tries to store ProvenExpert content locally whenever possible, so that no requests are made to third parties when the website is accessed.
[!NOTE] This is currently only implemented for images. If script or link tags are present in the widget HTML (e.g. type
landing
), third party requests will still be made.
Cache
The API response is cached and automatically updated every hour (default). You can manually clear the cache by either:
- saving the corresponding frontend module or
- purging the ProvenExpert cache via the system maintenance
Frontend Modules
The following frontend modules can be used with this extension:
ProvenExpert Widget
Creates a new rating seal. Documentation (german) at developer.provenexpert.com/#widget.
Available types:
Type | Docs section |
---|---|
portrait |
"Bewertungssiegel hochkant" |
square |
"Bewertungssiegel quadratisch" |
landscape |
"Bewertungssiegel quer" |
circle |
"Qualiätssiegel" |
logo |
"ProvenExpert-Logo" |
bar |
"Bewertungssiegel am unteren Browser-Rand" |
landing |
"Bewertungs-Widget" |
awards |
"Award-Widgets" |
Type custom
This provides a simple HTML field into which you can paste HTML code generated in the ProvenExpert Dashboard, for example. Images contained in the HTML code are downloaded and cached every hour so that only the local version of the image will be output.
ProvenExpert RichSnippet
Creates a new rich snippet for google rating. Available options at developer.provenexpert.com/#rating-summary-richsnippet.
Configuration
All versions of contao-proven-expert with dependencies
contao/core-bundle Version ^5.3
doctrine/dbal Version ^3.6
psr/log Version ^3.0
symfony/cache Version ^6.4
symfony/config Version ^6.4
symfony/dependency-injection Version ^6.4
symfony/http-client Version ^6.4
symfony/http-kernel Version ^6.4