PHPackages                             19ft/nf-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. [Framework](/categories/framework)
4. /
5. 19ft/nf-development-mode

Abandoned → [zfcampus/zf-development-mode](/?search=zfcampus%2Fzf-development-mode)ArchivedLibrary[Framework](/categories/framework)

19ft/nf-development-mode
========================

ZF2 development mode module

1.1(12y ago)1695130[1 issues](https://github.com/19ft/NFDevelopmentMode/issues)BSD-3-ClausePHPPHP &gt;=5.3.3

Since Dec 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/19ft/NFDevelopmentMode)[ Packagist](https://packagist.org/packages/19ft/nf-development-mode)[ Docs](http://github.com/19ft/NFDevelopmentMode)[ RSS](/packages/19ft-nf-development-mode/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

\#NFDevelopmentMode

**UPDATE: There is now an offical version of this module at
**

This ZF2 development mode module is an extraction of the Apigility Skeleton's Development Mode Controller to its own module for use in ZF2 applications.

\##Installation with Composer

1. Add `"19ft/nf-development-mode": "1.*"` to the `"require"` section your `composer.json` file and run `php composer.phar update`.
2. Copy `development.config.dist` to `config/development.config.dist` and edit as required. Commit this file to your VCS.
3. Add any development modules to the `"require-dev"` section of your application's `composer.json`. e.g:

    ```
     "zendframework/zend-developer-tools": "dev-master",
     "zendframework/zftool": "dev-master"

    ```

    and run `composer.update`.
4. If you're using Zend Developer Tools, Copy `./vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist` to `./config/autoload/zenddevelopertools.local.php`. Change any settings in it according to your needs.
5. Add `'NFDevelopmentMode'` to the list of Modules in your `config/application.config.php` file.
6. In `public/index.php`, replace these lines:

    ```
     // Run the application!
     Zend\Mvc\Application::init(require 'config/application.config.php')->run();

    ```

    with

    ```
     // Config
     $appConfig = include APPLICATION_PATH . '/config/application.config.php';

     if (file_exists(APPLICATION_PATH . '/config/development.config.php')) {
         $appConfig = Zend\Stdlib\ArrayUtils::merge($appConfig, include APPLICATION_PATH . '/config/development.config.php');
     }

     // Run the application!
     Zend\Mvc\Application::init($appConfig)->run();

    ```

To enable development mode
--------------------------

[](#to-enable-development-mode)

```
cd path/to/install
php public/index.php development enable

```

To disable development mode
---------------------------

[](#to-disable-development-mode)

```
cd path/to/install
php public/index.php development disable

```

Note: Don't run development mode on your production server.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~15 days

Total

2

Last Release

4511d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33135?v=4)[Rob Allen](/maintainers/akrabat)[@akrabat](https://github.com/akrabat)

![](https://www.gravatar.com/avatar/ab0a30e5367423f8390e30de3f9b15d9f3bd19c55ced9459352eefa8a977832e?d=identicon)[19ft](/maintainers/19ft)

---

Top Contributors

[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (10 commits)")[![ThaDafinser](https://avatars.githubusercontent.com/u/533017?v=4)](https://github.com/ThaDafinser "ThaDafinser (3 commits)")[![baghayi](https://avatars.githubusercontent.com/u/937667?v=4)](https://github.com/baghayi "baghayi (1 commits)")[![martinezdelariva](https://avatars.githubusercontent.com/u/1567749?v=4)](https://github.com/martinezdelariva "martinezdelariva (1 commits)")

---

Tags

frameworkzf2

### Embed Badge

![Health badge](/badges/19ft-nf-development-mode/health.svg)

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

PHPackages © 2026

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