Skip to content

pdaw/zf2-php-deal-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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