Skip to content

t4web/Base

Repository files navigation

Base

Master: Build Status codecov.io Scrutinizer Code Quality SensioLabsInsight Dependency Status

ZF2 Module. A set of generic (abstract) classes which are commonly used across multiple modules.

Contents

Requirements

Installation

Add this project in your composer.json:

"require": {
    "t4web/base": "~1.0.0"
}

Now tell composer to download Base by running the command:

$ php composer.phar update

Enabling it in your application.config.phpfile.

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

About

ZF2 Module. A set of generic (abstract) classes which are commonly used across multiple modules.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages