pdaw/zf2-php-deal-module

There is no license information available for the latest version (0.1.2) of this package.

0.1.2 2016-04-11 16:09 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:05:58 UTC


README

Zend Framework 2 module for php-deal library.

Total Downloads Build Status

Installation

Composer

composer require pdaw/zf2-php-deal-module

Load module in zend application config

'PhpDealModule'

Feel free to change default configuration

'php-deal-module' => [
    'debug'    => true,
    'appDir'   => $basicDirectory . '/module/',
    'cacheDir' => $basicDirectory . '/data/php-deal-cache/'
],

where $basicDirectory is APPLICATION_PATH

Usage