PHPackages                             yepsua/smartwig-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. [Templating &amp; Views](/categories/templating)
4. /
5. yepsua/smartwig-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

yepsua/smartwig-bundle
======================

The jQuery, jQueryUI (and more) Symfony Bundle

v1.1.0(12y ago)214.0k↓100%62MITJavaScriptPHP &gt;=5.3.2

Since Sep 5Pushed 10y ago4 watchersCompare

[ Source](https://github.com/oyepez003/YepsuaSmarTwigBundle)[ Packagist](https://packagist.org/packages/yepsua/smartwig-bundle)[ Docs](http://smartwig.yepsua.com)[ RSS](/packages/yepsua-smartwig-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (2)

README
======

[](#readme)

YepsuaSmarTwigBundle
--------------------

[](#yepsuasmartwigbundle)

Is a set of Twig Tags that allow the creation of jQueryUI widgets in an easy way.

Create RIA (RICH INTERNET APPLICATIONS) with Symfony2 and jQuery4PHP.

Visit the [showcase](http://smartwig.yepsua.com)

Installation
============

[](#installation)

For install on Symfony 2.0.x
----------------------------

[](#for-install-on-symfony-20x)

```
$ git clone --recursive https://github.com/oyepez003/YepsuaSmarTwigBundle.git vendor/bundles/Yepsua/SmarTwigBundle
```

### For up to date the bundle

[](#for-up-to-date-the-bundle)

```
$ cd vendor/bundles/Yepsua/SmarTwigBundle
$ git pull -v --progress  "origin"
$ git submodule update --init
```

For install on Symfony 2.1.x or higher
--------------------------------------

[](#for-install-on-symfony-21x-or-higher)

Download and make sure you have the composer.phar latest version running the command:

```
$ php composer.phar self-update
```

Add the next dependency in the composer.json file

```
"require": {
        ...
        "yepsua/smartwig-bundle": "1.1.*"
        ...
    },
```

### For install and up to date the bundle

[](#for-install-and-up-to-date-the-bundle)

```
$ php composer.phar update yepsua/smartwig-bundle
```

Configuration
=============

[](#configuration)

### \*\*\* Note: If you are using Sf 2.1.x or higher go to step 3

[](#-note-if-you-are-using-sf-21x-or-higher-go-to-step-3)

1) Add the Yepsua namespace to your autoloader
----------------------------------------------

[](#1-add-the-yepsua-namespace-to-your-autoloader)

```
