PHPackages                             t4web/default-service - 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/default-service

ActiveLibrary

t4web/default-service
=====================

ZF2 Module for creating invokables services and with factory

1.1.3(7y ago)09863BSD-3-ClausePHPPHP &gt;=5.5

Since Jun 14Pushed 7y ago3 watchersCompare

[ Source](https://github.com/t4web/DefaultService)[ Packagist](https://packagist.org/packages/t4web/default-service)[ Docs](https://github.com/t4web/DefaultService)[ RSS](/packages/t4web-default-service/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (3)

DefaultService
==============

[](#defaultservice)

ZF2 Module for creating invokables services and with factory.

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

[](#installation)

Add this project in your composer.json:

```
"require": {
  "t4web/default-service": "~1.0.0"
}
```

Now tell composer to download `T4web\DefaultService` by running the command:

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

#### Post installation

[](#post-installation)

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

```
