PHP code example of mjordan / islandora_workbench_integration

1. Go to this page and download the library: Download mjordan/islandora_workbench_integration 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/ */

    

mjordan / islandora_workbench_integration example snippets

bash
cd tests
export MODULE_DIRECTORY=$(pwd | xargs dirname)
export ENABLE_MODULES=islandora_workbench_integration
export DRUPAL_VERSION=10.4
export PHP_VERSION=8.3
docker compose up --quiet-pull --abort-on-container-exit