2017 © Pedro PelĂĄez
 

library jquery-module

jQuery module for PPI2

image

ppi/jquery-module

jQuery module for PPI2

  • Saturday, March 9, 2013
  • by dragoonis
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

jQuery Module for PPI2

This module brings the jQuery JavaScript library into your PPI applications., (*1)

Build Status, (*2)

Requirements

Installation (Composer)

0. Install Composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

``` bash curl -s http://getcomposer.org/installer | php, (*4)


### 1. Add this package to your composer.json ```js { "require": { "ppi/jquery-module": "dev-master" } }

Now tell composer to download the module by running the command:, (*5)

``` bash $ php composer.phar update ppi/jquery-module, (*6)


Composer will install the module to your project's `vendor/ppi` directory. ### 2. Enable the module Enable this module by editing `app/config/modules.php`: ``` php <?php return array( 'modules' => array( // ... 'PPIJqueryModule', ), // ... );

License

This bundle is licensed under the MIT License. See the LICENSE file for details., (*7)

Authors

VĂ­tor BrandĂŁo - vitor@noiselabs.org ~ twitter.com/noiselabs ~ noiselabs.org, (*8)

See also the list of contributors who participated in this project., (*9)

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub., (*10)

The Versions

09/03 2013