PHPackages                             rampage-php/framework - 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. [Framework](/categories/framework)
4. /
5. rampage-php/framework

AbandonedLibrary[Framework](/categories/framework)

rampage-php/framework
=====================

Rampage PHP Framework based on Zend Framework 2

1.2.2(8y ago)08751GPL-3.0PHPPHP &gt;= 5.5

Since Aug 26Pushed 8y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (17)Versions (15)Used By (0)

The Rampage PHP Framework
=========================

[](#the-rampage-php-framework)

This framework is based on ZendFramework 2. Its goal is to simplyfy the usage of ZF2 and offer some enhancments.

[![Documentation Status](https://camo.githubusercontent.com/ed4c1d7063b2c8d03e46c1a861559a609f045981eb5dd74562c515ed02940b2c/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f72616d706167652d7068702f62616467652f3f76657273696f6e3d6c6174657374)](http://rampage-php.readthedocs.org/en/latest/)

Key Features
------------

[](#key-features)

- Tight integration between Di and ServiceManager
- XML based module configurations (XSD provided)
- Powerful resource locators for module resource files (i.e. js and css)
- Advanced url locators/helpers
- Cascading themes support
- Classes for easily handling Console I/O
- Skeleton generator

Documentation
-------------

[](#documentation)

The Documentation can be found on [readthedocs.org](http://rampage-php.readthedocs.org/).

License
-------

[](#license)

This framework is licensed under the terms of the GNU General Public License v3 You can view the license terms in the LICENSE.md file or under

Business Support
----------------

[](#business-support)

Support for this framework and implementations based on this framework are provided by [LUKA netconsult GmbH](http://www.luka.de/).

Feel free to contact them for:

- Hosting your solution
- Web application development and consulting
- Business SLAs

Setup
=====

[](#setup)

Composer
--------

[](#composer)

1. Add a composer dependency to rampage-php/framework: `php composer.phar require rampage-php/framework`
2. Run composer.phar install
3. Include "vendor/autoload.php" as usual.

Manual setup
------------

[](#manual-setup)

1. Grab a copy of this framework and ZF2.
2. Make sure Zend\\Loader\\AutoloaderFactory is loaded/included, if it is not in your include path.
3. Include rampage.php: `require_once 'rampage.php'`.

Contributing
============

[](#contributing)

Please review the contribution guide in CONTRIBUTING.md before making any contributions.

Additional Information / FAQ
============================

[](#additional-information--faq)

Why configs via XML?
--------------------

[](#why-configs-via-xml)

It is much easier to document and validate available config options as xml with a xml schema definition (xsd) than a php array.

With the provided xsd files you will have an overview which options are available and how to configure them correctly. The framework encapsulates the translation of the xml to the ZF2 config array.

Is the module's manifest.xml required?
--------------------------------------

[](#is-the-modules-manifestxml-required)

No. It is completely up to you if you'd like to use this feature or not.

What about performance when using XML configs
---------------------------------------------

[](#what-about-performance-when-using-xml-configs)

Since loading a php array is faster than processig xml and it'll benefit from bytecode caches, there is an option to pre-compile the xml definitions of your modules to a static array definition which is preferred when it exists.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~132 days

Recently: every ~295 days

Total

14

Last Release

2926d ago

Major Versions

0.9.x-dev → 1.0.0-RC12014-02-18

PHP version history (2 changes)0.9.0PHP &gt;= 5.3.3

1.2.0PHP &gt;= 5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e1761c6aa1122e2178e1eb8a3348366dd73553f8a857fd0b0fd8228f0263e5b?d=identicon)[tux-rampage](/maintainers/tux-rampage)

---

Top Contributors

[![tux-rampage](https://avatars.githubusercontent.com/u/558326?v=4)](https://github.com/tux-rampage "tux-rampage (287 commits)")

---

Tags

frameworkzf2rampage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rampage-php-framework/health.svg)

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

###  Alternatives

[davidhavl/dherrorlogging

Full featured error logging module for ZF2/ZF3 application

1924.5k](/packages/davidhavl-dherrorlogging)

PHPackages © 2026

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