PHPackages                             ppi/jquery-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ppi/jquery-module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ppi/jquery-module
=================

jQuery module for PPI2

13

Since Mar 9Pushed 13y ago2 watchersCompare

[ Source](https://github.com/ppi/ppi-jquery-module)[ Packagist](https://packagist.org/packages/ppi/jquery-module)[ RSS](/packages/ppi-jquery-module/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

jQuery Module for PPI2
======================

[](#jquery-module-for-ppi2)

This module brings the [jQuery](http://jquery.com/ "jQuery: The Write Less, Do More, JavaScript Library") JavaScript library into your [PPI](http://ppi.io/ "The PPI Framework - A meta-framework built using Symfony2/ZendFramework2 and Doctrine2") applications.

[![Build Status](https://camo.githubusercontent.com/f9362f67a4a1ff0a64db26f40658dbcaf13957f87b483e664d78ab996aabfefc/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7070692f6a71756572792d6d6f64756c652e706e67)](http://travis-ci.org/ppi/jquery-module)

Requirements
------------

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up
- [PPI Framework 2](http://ppi.io/ "The PPI Framework - A meta-framework built using Symfony2/ZendFramework2 and Doctrine2") (2.1.x)

Installation (Composer)
-----------------------

[](#installation-composer)

### 0. Install Composer

[](#0-install-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php
```

### 1. Add this package to your composer.json

[](#1-add-this-package-to-your-composerjson)

```
{
    "require": {
        "ppi/jquery-module": "dev-master"
    }
}
```

Now tell composer to download the module by running the command:

```
$ php composer.phar update ppi/jquery-module
```

Composer will install the module to your project's `vendor/ppi` directory.

### 2. Enable the module

[](#2-enable-the-module)

Enable this module by editing `app/config/modules.php`:

```
