pdaw/zf2-php-deal-module

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

Installs: 2 940

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/pdaw/zf2-php-deal-module

0.1.2 2016-04-11 16:09 UTC

This package is not auto-updated.

Last update: 2025-10-04 00:23:15 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