PHPackages                             mxc-commons/mxc-generics - 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. [Framework](/categories/framework)
4. /
5. mxc-commons/mxc-generics

ActiveLibrary[Framework](/categories/framework)

mxc-commons/mxc-generics
========================

Zend Framework 2 Module that provides some useful fundamental assets for reuse and convenience.

v0.2.0(12y ago)01.1kBSD-3-ClausePHPPHP &gt;=5.3.3

Since Nov 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mxc-commons/MxcGenerics)[ Packagist](https://packagist.org/packages/mxc-commons/mxc-generics)[ Docs](http://www.github.com/mxc-commons/MxcGenerics/)[ RSS](/packages/mxc-commons-mxc-generics/feed)WikiDiscussions master Synced yesterday

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

MxcGenerics
===========

[](#mxcgenerics)

Version 0.1.0 created by Frank Hein and the mxc-commons team.

MxcGenerics is part of the maxence Open Source Initiative by [maxence business consulting gmbh, Germany](http://www.maxence.de).

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

[](#introduction)

MxcGenerics provides generic classes and assets we use in development. Other modules from maxence rely on MxcGenerics.

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

[](#features--goals)

Main design goal of MxcGenerics is to encapsulate often used generic functionality.

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

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

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "mxc-commons/mxc-generics": "dev-master"
    }
    ```
2. Now tell composer to download MxcGenerics by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

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

    ```
