2017 © Pedro Peláez
 

library modules

ZF2 Module for list used/installed modules.

image

t4web/modules

ZF2 Module for list used/installed modules.

  • Sunday, January 4, 2015
  • by maxgu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Modules

ZF2 Module for list used\installed modules, (*1)

Introduction

Get information from composer.lock file and display, (*2)

Requirements

Features / Goals

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

Installation

Main Setup

By cloning project

Clone this project into your ./vendor/ directory., (*3)

With composer

Add this project in your composer.json:, (*4)

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

Post installation

Enabling it in your application.config.phpfile., (*5)

<?php
return array(
    'modules' => array(
        // ...
        'Modules',
    ),
    // ...
);

Initialize

$ php public/index.php modules init

Usage

For list modules run, (*6)

$ php public/index.php modules list

result will be like this:, (*7)

module list example, (*8)

Testing

For running tests you need install and intialize codeception, after this create/update codeception.yml in you project root and add Modules tests, like this:, (*9)

include:
    - vendor/t4web/modules  # <- add modules tests to include

paths:
    log: tests/_output

settings:
    colors: true
    memory_limit: 1024M

After this you may run functional tests from your project root, (*10)

$ codeception run

The Versions

04/01 2015

dev-master

9999999-dev https://github.com/t4web/Modules

ZF2 Module for list used/installed modules.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2

03/01 2015
01/12 2014
23/11 2014
22/11 2014
08/11 2014
01/11 2014
26/10 2014
06/10 2014

0.2.1

0.2.1.0 https://github.com/t4web/Modules

Module for managing ZF2 module migrations.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2

28/09 2014

0.1.1

0.1.1.0 https://github.com/t4web/Modules

Module for managing ZF2 module migrations.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2