dev-master
9999999-dev https://github.com/ppi/ppi-framework-moduleMVC module for PPI2
MIT
The Requires
framework php module ppi
MVC module for PPI2
MCV module for PPI., (*1)
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/framework-module": "dev-master" } }
Now tell composer to download the module by running the command:, (*5)
``` bash $ php composer.phar update ppi/framework-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.yml`: ``` yml modules: - PPI\FrameworkModule # ...
This module is licensed under the MIT License. See the LICENSE file for details., (*7)
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)
Bugs and feature requests are tracked on GitHub., (*10)
MVC module for PPI2
MIT
framework php module ppi