PHP code example of open20 / cmsbridge

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

    

open20 / cmsbridge example snippets


	
	$config = [
		'modules' => [
			'cmsbridge' => [
                            'class' => 'open20\cmsbridge\Module',
                        ],
		],
	];

	'frontendUrl' => 'https://frontend-ersaf.devel.open20.it',

"/open20/cms-bridge": "dev-master as 1.0.0",