PHPackages                             swp/bridge-bundle - 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. [API Development](/categories/api)
4. /
5. swp/bridge-bundle

ActiveSymfony-bundle[API Development](/categories/api)

swp/bridge-bundle
=================

Bundle which acts as a bridge between the Superdesk Web publisher and the Superdesk Content API.

v2.1.0(5y ago)09.3k↓100%2AGPL-3.0PHPPHP ^7.3CI failing

Since Nov 17Pushed 5y ago4 watchersCompare

[ Source](https://github.com/SuperdeskWebPublisher/SWPBridgeBundle)[ Packagist](https://packagist.org/packages/swp/bridge-bundle)[ RSS](/packages/swp-bridge-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (21)Versions (34)Used By (0)

Superdesk Bridge bundle
=======================

[](#superdesk-bridge-bundle)

[![Build Status](https://camo.githubusercontent.com/3cde15cf11b5f3a030821c3e966dcb54ff69a491eca3505afde20866362b4721/68747470733a2f2f7472617669732d63692e6f72672f53757065726465736b5765625075626c69736865722f53575042726964676542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SuperdeskWebPublisher/SWPBridgeBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9bd7eddb696be0de1d78043d8fb73090eef335e2f713686d50690dde71f9b29f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f53757065726465736b5765625075626c69736865722f53575042726964676542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/SuperdeskWebPublisher/SWPBridgeBundle/?branch=master)[![Code Climate](https://camo.githubusercontent.com/7d9f375fe9a2d6477386002b0de55136d9183c588ef07417afa820d18170f1fd/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53757065726465736b5765625075626c69736865722f53575042726964676542756e646c652f6261646765732f6770612e737667)](https://codeclimate.com/github/SuperdeskWebPublisher/SWPBridgeBundle)

This bundle is a bridge between the Superdesk Content API and the Superdesk Publisher.

Installation
------------

[](#installation)

1. Download SWPBridgeBundle
2. Enable the bundle and its dependencies
3. Import SWPUpdaterBundle routing file
4. Configure the SWPBridgeBundle

### Step 1: Install SWPBridgeBundle with Composer

[](#step-1-install-swpbridgebundle-with-composer)

Run the following composer require command:

```
$ php composer.phar require swp/bridge-bundle
```

### Step 2: Enable the bundle and its dependencies

[](#step-2-enable-the-bundle-and-its-dependencies)

Enable the bundle in `AppKernel.php`.

```
