PHPackages                             zend/zend-studio-development-mode - 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. zend/zend-studio-development-mode

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

zend/zend-studio-development-mode
=================================

Zend Framework 2 module that helps the Zend Framework 2 application to be developed with Zend Studio

1.0.2(9y ago)3110.2k13BSD-3-ClausePHPPHP &gt;=5.3.23

Since May 22Pushed 9y ago4 watchersCompare

[ Source](https://github.com/zendtech/zend-studio-development-mode)[ Packagist](https://packagist.org/packages/zend/zend-studio-development-mode)[ Docs](https://github.com/zendtech/zend-studio-development-mode)[ RSS](/packages/zend-zend-studio-development-mode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (3)

Zend Studio Development Mode
============================

[](#zend-studio-development-mode)

Zend Framework module that helps developing Zend Framework applications with Zend Studio.

Introduction
------------

[](#introduction)

This module adds the following configuration to the Zend Framework application:

- Adds a `Cache-Control: no-cache` header to the response object to avoid caching in Internet Explorer.
- Changes the `Origin: file://` header in the request object sent by Android 4.x devices to `Origin: file:///` to avoid failure when using the [ZfrCors](https://github.com/zf-fr/zfr-cors) module.

> ### NOTE
>
> [](#note)
>
> **DO NOT** enable this module in production systems.

Installation
------------

[](#installation)

Run the following `composer` command:

```
$ composer require --dev "zend/zend-studio-development-mode:^1.0"
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

```
"require-dev": {
    "zend/zend-studio-development-mode": "^1.0"
}
```

And then run `composer update` to ensure the module is installed.

Finally, add the module name to your project's `config/development.config.php` under the `modules`key:

```
return array(
    /* ... */
    'modules' => array(
        /* ... */
        'ZendStudioDevelopmentMode',
    ),
    /* ... */
);
```

Typically, this module should be used along with [zf-development-mode](https://github.com/zfcampus/zf-development-mode) in order to conditionally enable the module in your application. When doing so, you will add the module to your project's `config/development.config.php.dist` file instead of the `config/application.config.php` file, and enable it via `php public/index.php development enable`.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

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 ~431 days

Total

3

Last Release

3517d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba6aa3e621e9df8d1f50c067270b0ff7e3b46419a47c8b37c4991a4760b46a37?d=identicon)[kaloyan-raev](/maintainers/kaloyan-raev)

---

Top Contributors

[![kaloyan-raev](https://avatars.githubusercontent.com/u/468091?v=4)](https://github.com/kaloyan-raev "kaloyan-raev (6 commits)")

---

Tags

developmentzf2Zend FrameworkmodeZend Studio

### Embed Badge

![Health badge](/badges/zend-zend-studio-development-mode/health.svg)

```
[![Health](https://phpackages.com/badges/zend-zend-studio-development-mode/health.svg)](https://phpackages.com/packages/zend-zend-studio-development-mode)
```

###  Alternatives

[zf-commons/zfc-base

A set of genetic (abstract) classes which are commonly used across multiple modules.

1441.1M25](/packages/zf-commons-zfc-base)[zfr/zfr-cors

Zend Framework module that let you deal with CORS requests

611.2M3](/packages/zfr-zfr-cors)[snapshotpl/zf-snap-php-debug-bar

PHP Debug Bar module for Zend Framework 2

3026.1k](/packages/snapshotpl-zf-snap-php-debug-bar)[snapshotpl/zf-snap-geoip

MaxMind GeoIP Module for Zend Framework 2

1512.9k](/packages/snapshotpl-zf-snap-geoip)

PHPackages © 2026

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