PHPackages                             soflomo/staging-bar - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. soflomo/staging-bar

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

soflomo/staging-bar
===================

A staging bar notification for Zend Framework 2 projects

v1.0.2(12y ago)5282[1 issues](https://github.com/Soflomo/StagingBar/issues)BSD-3-ClausePHPPHP &gt;=5.3.3.

Since Sep 17Pushed 12y ago4 watchersCompare

[ Source](https://github.com/Soflomo/StagingBar)[ Packagist](https://packagist.org/packages/soflomo/staging-bar)[ Docs](https://github.com/Soflomo/StagingBar)[ RSS](/packages/soflomo-staging-bar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Soflomo StagingBar
==================

[](#soflomo-stagingbar)

The Soflomo StagingBar is a very small Zend Framework 2 module rendering a notification bar at the top of every page. The bar is meant for staging environment to inform visitors the website is only meant for testing purposes and should not be confused with the production version.

[![Preview of staging bar](https://camo.githubusercontent.com/85fa830fc412c3fbd7eb7ced0cb7e47c0ce255a229e4a4b59e2e60c0a81586b3/68747470733a2f2f7261772e6769746875622e636f6d2f536f666c6f6d6f2f53746167696e674261722f6d61737465722f507265766965772e706e67)](https://camo.githubusercontent.com/85fa830fc412c3fbd7eb7ced0cb7e47c0ce255a229e4a4b59e2e60c0a81586b3/68747470733a2f2f7261772e6769746875622e636f6d2f536f666c6f6d6f2f53746167696e674261722f6d61737465722f507265766965772e706e67)

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

[](#installation)

Add "soflomo/staging-bar" to your composer.json file and update your dependencies. Enable Soflomo\\StagingBar in your local `application.config.php`.

If you do not have a composer.json file in the root of your project, copy the contents below and put that into a file called `composer.json` and save it in the root of your project:

```
{
    "require": {
        "soflomo/staging-bar": ">=1.0.0,
