PHPackages                             marcusamatos/jvslayout - 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. marcusamatos/jvslayout

ActiveZf-module[Utility &amp; Helpers](/categories/utility)

marcusamatos/jvslayout
======================

JvsLayout provides a suite of classes to layout manager.

1.0.0(11y ago)037PHPPHP &gt;=5.3.3

Since Sep 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/marcusamatos/jvslayout)[ Packagist](https://packagist.org/packages/marcusamatos/jvslayout)[ Docs](https://github.com/marcusamatos/jvslayout)[ RSS](/packages/marcusamatos-jvslayout/feed)WikiDiscussions master Synced 2d ago

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

JvsLayout
=========

[](#jvslayout)

Introduction
============

[](#introduction)

JvsLayout change layout by route and uri

Requirements
============

[](#requirements)

- Zend Framework 2

Instalation
===========

[](#instalation)

Add `"marcusamatos/jvslayout": "1.*"` to composer.json and update

How to use
==========

[](#how-to-use)

By Route Default:
-----------------

[](#by-route-default)

```
return array(
    'router' => array(
        'routes' => array(
            'home' => array(
                'type' => 'Zend\Mvc\Router\Http\Literal',
                'options' => array(
                'route'    => '/',
                'defaults' => array(
                    'controller' => 'Application\Controller\Index',
                    'action'     => 'index',
                    'layout'     => 'layout/home'
                ),
            ),
        )
    )
);
```

By Config:
----------

[](#by-config)

```
return array(
    'jvs-layout' => array(
        'uri' => array(
            '/news' => 'layout/news',
            '/admin*' => 'layout/admin'
        );
    );
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~188 days

Total

2

Last Release

4081d ago

Major Versions

0.0.1 → 1.0.02015-03-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/975664a74ca29d36af687d1d625fab017e1b1b7cc7e7190e3dbaf66333789f4b?d=identicon)[marcusamatos](/maintainers/marcusamatos)

---

Top Contributors

[![marcusamatos](https://avatars.githubusercontent.com/u/3504561?v=4)](https://github.com/marcusamatos "marcusamatos (7 commits)")

---

Tags

modulezf2developerzendframework2jvsjvslayout

### Embed Badge

![Health badge](/badges/marcusamatos-jvslayout/health.svg)

```
[![Health](https://phpackages.com/badges/marcusamatos-jvslayout/health.svg)](https://phpackages.com/packages/marcusamatos-jvslayout)
```

###  Alternatives

[dkcwd/dkcwd-zf2-munee

Zend Framework 2 module leveraging 'munee' an asset optimisation library developed by Cody Lundquist. You can find munee at http://github.com/meenie/munee

102.1k](/packages/dkcwd-dkcwd-zf2-munee)

PHPackages © 2026

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