1. Go to this page and download the library: Download parvion/accessibility 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/ */
parvion / accessibility example snippets
'colors' => [
'primary' => '#00205b', // Header background, section labels
'hover-primary' => '#00143a', // Hover state for primary elements
'secondary' => '#ff7402', // Trigger button, active state, reset bar
'hover-secondary' => '#e06600', // Hover state for secondary elements
'background' => '#ffffff', // Panel background
],
'position' => 'bottom-right', // Options: 'bottom-right', 'bottom-left', 'top-right', 'top-left'
// Set to false or 'inline' to render the button exactly where @accessibility is placed.
'store_settings' => true, // Save user preferences to localStorage across page reloads