2017 © Pedro Peláez
 

symfony-bundle framework-bundle

The Wix application framework adjusted to the Symfony2 framework

image

wix/framework-bundle

The Wix application framework adjusted to the Symfony2 framework

  • Wednesday, April 10, 2013
  • by ranm8
  • Repository
  • 3 Watchers
  • 6 Stars
  • 136 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Wix Framework Bundle

The Wix framework bundle provides an easy, powerful way to develop power Wix application for the Wix.com HTML5 editor using the Symfony2 framework., (*1)

Build Status, (*2)

Installing the Wix Framework Bundle

Installing the Wix framework bundle is easy and can be achieved using composer., (*3)

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:, (*4)

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

Then, run composer:, (*5)

composer.phar update wix/framework-bundle

Add the following lines to app/AppKernel.php, (*6)

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

Add you Wix app keys (You can get them by Creating Wix app via Wix Dev Center to config.yml :, (*7)

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

What's inside?

The Wix Controller

Security Annotations

Wix Instance Decoding

Built-in MongoDB Wix Document Management

Settings and View support

Wix Twig Filters

Wix Debug Toolbar

Fully Unit-tested

The Versions

10/04 2013

dev-master

9999999-dev https://github.com/ranm8/WixFrameworkBundle

The Wix application framework adjusted to the Symfony2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ronen Amiel
by Ran Mizrahi
by Elad Rom

wix