PHPackages                             remithomas/rt-less - 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. remithomas/rt-less

ActiveLibrary

remithomas/rt-less
==================

ZF2 less css

1.0.0(12y ago)0104PHPPHP &gt;=5.3.3

Since Apr 13Pushed 11y agoCompare

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

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

rt-less
=======

[](#rt-less)

Less Css for ZF2 php using

---

Installation
============

[](#installation)

---

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-less": "dev-master"
    }
}
```

### Activate the module :

[](#activate-the-module-)

application.config.php

```
