PHPackages                             wix/framework-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. wix/framework-bundle

ActiveSymfony-bundle

wix/framework-bundle
====================

The Wix application framework adjusted to the Symfony2 framework

51462[1 issues](https://github.com/ranm8/WixFrameworkBundle/issues)PHP

Since Apr 10Pushed 13y ago3 watchersCompare

[ Source](https://github.com/ranm8/WixFrameworkBundle)[ Packagist](https://packagist.org/packages/wix/framework-bundle)[ RSS](/packages/wix-framework-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wix Framework Bundle
====================

[](#wix-framework-bundle)

The Wix framework bundle provides an easy, powerful way to develop power Wix application for the [Wix.com HTML5 editor](http://www.wix.com) using the Symfony2 framework.

[![Build Status](https://camo.githubusercontent.com/af1c3adf319dd1447cc2119ab9a1c8b9f43425565bcde2e944ebd8494f155874/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72616e6d382f5769784672616d65776f726b42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/ranm8/WixFrameworkBundle)

Installing the Wix Framework Bundle
-----------------------------------

[](#installing-the-wix-framework-bundle)

Installing the Wix framework bundle is easy and can be achieved using composer.

### Set WixFrameworkBundle as dependancy

[](#set-wixframeworkbundle-as-dependancy)

For including WixFrameworkBundle as dependancy for your Symfony2 application just add the following row to your composer.json (within Symfony2 application root) file:

```
"require": {
	"wix/framework-bundle": "dev-master"
}

```

Then, run composer:

```
composer.phar update wix/framework-bundle

```

Add the following lines to app/AppKernel.php

```
$bundles = array(
    ...
    new Wix\FrameworkBundle\WixFrameworkBundle(),
    ...
);

```

Add you Wix app keys (You can get them by [Creating Wix app via Wix Dev Center](http://dev.wix.com) to config.yml :

```
wix_framework:
  keys:
    application_key: 238cmkd-asdk292-832d-sa33-489aklsd9393
    application_secret: 238cmkd-asdk292-832d-sa33-489aklsd9393

```

What's inside?
--------------

[](#whats-inside)

### The Wix Controller

[](#the-wix-controller)

### Security Annotations

[](#security-annotations)

### Wix Instance Decoding

[](#wix-instance-decoding)

### Built-in MongoDB Wix Document Management

[](#built-in-mongodb-wix-document-management)

### Settings and View support

[](#settings-and-view-support)

### Wix Twig Filters

[](#wix-twig-filters)

### Wix Debug Toolbar

[](#wix-debug-toolbar)

### Fully Unit-tested

[](#fully-unit-tested)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85e26c40ff04a83ce30beba47c16830839b83e5d88d063174f2fffa1723ff522?d=identicon)[ranm8](/maintainers/ranm8)

![](https://www.gravatar.com/avatar/10abb93f55dc614fbb07c283213cb0c058f7e28a5c39c1bb502f7736f7a270f0?d=identicon)[Elad-Laufer](/maintainers/Elad-Laufer)

---

Top Contributors

[![ronenami](https://avatars.githubusercontent.com/u/2006142?v=4)](https://github.com/ronenami "ronenami (10 commits)")

### Embed Badge

![Health badge](/badges/wix-framework-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wix-framework-bundle/health.svg)](https://phpackages.com/packages/wix-framework-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
