PHP code example of deichrakete / kirby-ausgezeichnet

1. Go to this page and download the library: Download deichrakete/kirby-ausgezeichnet library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

deichrakete / kirby-ausgezeichnet example snippets


# site/config.php

return [
    'deichrakete.ausgezeichnet' => [
        'orgID' => '', # your AUSGEZEICHNET.org ID
        'lang' => 'de_DE', # language of the Seal
        'use-snippet' => false, # see description below
        'type' => 'rounded',
        'position' => 'right',
        'margin-bottom' => 0,
        'margin-horizontal' => 0,
        'background-color' => '#ffffff',
        'panel-background-color' => '#4e4d4d',
        'panel-text-color' => '#ffffff'
    ]
]