PHPackages                             remithomas/rt-headtitle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. remithomas/rt-headtitle

ActiveLibrary[Templating &amp; Views](/categories/templating)

remithomas/rt-headtitle
=======================

ZF2 Plugin to set title easily to your pages from controllers actions

1.0.x-dev(13y ago)333.7k—0%1[1 issues](https://github.com/remithomas/rt-headtitle/issues)PHPPHP &gt;=5.3.3

Since Mar 29Pushed 12y agoCompare

[ Source](https://github.com/remithomas/rt-headtitle)[ Packagist](https://packagist.org/packages/remithomas/rt-headtitle)[ Docs](https://github.com/remithomas/rt-headtitle)[ RSS](/packages/remithomas-rt-headtitle/feed)WikiDiscussions master Synced 1mo ago

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

rt-headtitle
============

[](#rt-headtitle)

ZF2 HeadTitle plugin, you can easily set any title within yours controllers actions

Features / Goals
================

[](#features--goals)

- Set and manage your titles from controllers actions

How to install ?
================

[](#how-to-install-)

### Using composer.json

[](#using-composerjson)

```
{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "minimum-stability": "dev",
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "dev-master",
        "remithomas/rt-headtitle": "dev-master"
    }
}
```

### Activate the module :

[](#activate-the-module-)

application.config.php

```
