PHP code example of pikselin / silverstripe-markerio

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

    

pikselin / silverstripe-markerio example snippets

yaml
---
after:
    - PikselinMarkerIO
---
Pikselin\MarkerIO\Services\MarkerIOService:
    destination: 'mymarkeriokey'
    allowed_groups:
        - administrators
    allowed_members:
        - admin
    show_in_dev: false
    allow_anonymous: false