wix / framework-bundle
The Wix application framework adjusted to the Symfony2 framework
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 2
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- wix/framework-component: dev-master
Requires (Dev)
- symfony/framework-bundle: >=2.1
This package is not auto-updated.
Last update: 2024-11-05 04:46:26 UTC
README
The Wix framework bundle provides an easy, powerful way to develop power Wix application for the Wix.com HTML5 editor using the Symfony2 framework.
Installing the Wix Framework Bundle
Installing the Wix framework bundle is easy and can be achieved using composer.
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 to config.yml :
wix_framework:
keys:
application_key: 238cmkd-asdk292-832d-sa33-489aklsd9393
application_secret: 238cmkd-asdk292-832d-sa33-489aklsd9393