PHPackages                             t4web/modules - 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. t4web/modules

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

t4web/modules
=============

ZF2 Module for list used/installed modules.

0.3.0(11y ago)0381[1 issues](https://github.com/t4web/Modules/issues)BSD-3-ClausePHPPHP &gt;=5.3.3

Since Sep 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/t4web/Modules)[ Packagist](https://packagist.org/packages/t4web/modules)[ Docs](https://github.com/t4web/Modules)[ RSS](/packages/t4web-modules/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

Modules
=======

[](#modules)

ZF2 Module for list used\\installed modules

Introduction
------------

[](#introduction)

Get information from composer.lock file and display

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [CLImate](https://github.com/thephpleague/climate)
- [Composer lock parser](https://github.com/t4web/ComposerLockParser)

Features / Goals
----------------

[](#features--goals)

- List used modules/libraries/dependencies in console \[DONE\]
- List used modules in admin (backend) zone \[IN PROGRESS\]

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

Add this project in your composer.json:

```
"require": {
    "t4web/modules": "0.3.*"
}
```

#### Post installation

[](#post-installation)

Enabling it in your `application.config.php`file.

```
