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

ActiveLibrary

t4web/base
==========

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

1.0.1(10y ago)0621[1 PRs](https://github.com/t4web/Base/pulls)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Oct 18Pushed 10y ago2 watchersCompare

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

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

Base
====

[](#base)

Master: [![Build Status](https://camo.githubusercontent.com/2e8a28f89c1f00a1df8aac3540a2dcbe750f702142d0b6b610150c4d5ef2dcf4/68747470733a2f2f7472617669732d63692e6f72672f74347765622f426173652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/t4web/Base)[![codecov.io](https://camo.githubusercontent.com/4da4a49b2ec10791f2de8fd7ad7b2962059d7fef4a6086cdc22b90b40361e928/687474703a2f2f636f6465636f762e696f2f6769746875622f74347765622f426173652f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/t4web/Base?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1ed26313dc744bbce9940803892aa6c936822a241b58e5d520c0c93c92c0a0c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74347765622f426173652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/t4web/Base/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/33cd027afb1f138c9bfb2e0d6e03153a79a23ba4a5743b2e3cbf9663b0c64ce0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33383130633937652d373630332d343533662d393164352d6663373034343934633065302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3810c97e-7603-453f-91d5-fc704494c0e0)[![Dependency Status](https://camo.githubusercontent.com/aeba9fda1db9e884f505a592977fc5dcbd537de6d384c89c4257435d6936b144/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535346630303433353037656662376539653030303031622f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/554f0043507efb7e9e00001b)

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

Contents
--------

[](#contents)

- [Requirements](#requirements)
- [Installation](#installation)

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

[](#requirements)

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

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

[](#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.php`file.

```
