PHPackages                             ppi/framework-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. ppi/framework-module

ActiveLibrary

ppi/framework-module
====================

MVC module for PPI2

14PHP

Since Mar 16Pushed 13y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PPI Framework Module
====================

[](#ppi-framework-module)

MCV module for [PPI](http://ppi.io/ "The PPI Framework - A meta-framework built using Symfony2/ZendFramework2 and Doctrine2").

[![Build Status](https://camo.githubusercontent.com/953e11d2eec653d4b002cf9d08d351728251605d55ba0a0c03706dbf036eaaed/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7070692f7070692d6672616d65776f726b2d6d6f64756c652e706e67)](http://travis-ci.org/ppi/ppi-framework-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/framework-module": "dev-master"
    }
}
```

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

```
$ php composer.phar update ppi/framework-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.yml`:

```
modules:
    - PPI\FrameworkModule
    # ...
```

License
-------

[](#license)

This module is licensed under the MIT License. See the [LICENSE file](https://github.com/ppi/ppi-framework-module/blob/master/LICENSE) for details.

Authors
-------

[](#authors)

Vítor Brandão -  ~ [twitter.com/noiselabs](http://twitter.com/noiselabs) ~ [noiselabs.org](http://noiselabs.org)

See also the list of [contributors](https://github.com/ppi/ppi-framework-module/contributors) who participated in this project.

Submitting bugs and feature requests
------------------------------------

[](#submitting-bugs-and-feature-requests)

Bugs and feature requests are tracked on [GitHub](https://github.com/ppi/ppi-framework-module/issues).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025c7b030862eabb8877bfe173b2358db04463e16d50703c6d9287e55fe5804?d=identicon)[dragoonis](/maintainers/dragoonis)

![](https://www.gravatar.com/avatar/e9b45b06004ca41f33b01643ea58854ede6df882d9d262318c13e77f738e8402?d=identicon)[noiselabs](/maintainers/noiselabs)

---

Top Contributors

[![vitorbrandao](https://avatars.githubusercontent.com/u/109226?v=4)](https://github.com/vitorbrandao "vitorbrandao (5 commits)")

### Embed Badge

![Health badge](/badges/ppi-framework-module/health.svg)

```
[![Health](https://phpackages.com/badges/ppi-framework-module/health.svg)](https://phpackages.com/packages/ppi-framework-module)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
