PHPackages                             open20/cmsbridge - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. open20/cmsbridge

ActiveComponent

open20/cmsbridge
================

Open20 Cms Brigde

1.6.0(3mo ago)0167PHPPHP &gt;=5.4.0

Since Jun 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-cms-bridge)[ Packagist](https://packagist.org/packages/open20/cmsbridge)[ RSS](/packages/open20-cmsbridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (16)Used By (0)

Open20 Cms Bridge
=================

[](#open20-cms-bridge)

Cms bridge. Bridge to connect backend to frontend.

### Installation

[](#installation)

1. You need to require this package and enable the module in your configuration.

add to composer requirements in composer.json

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

```

or run command bash:

```
composer require "open20/cms-bridge": "dev-master as 1.0.0"
```

add Places migrations to console modules (console/config/migrations-amos.php):

```
'@vendor/open20/cms-bridge/src/migrations'

```

Add module to your modules-open20 config in backend:

```
