2017 © Pedro Peláez
 

library zf2-php-deal-module

image

pdaw/zf2-php-deal-module

  • Saturday, May 7, 2016
  • by pdaw
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2,930 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Zend Framework 2 module for php-deal library., (*1)

Total Downloads Build Status, (*2)

Installation

Composer, (*3)

composer require pdaw/zf2-php-deal-module

Load module in zend application config, (*4)

'PhpDealModule'

Feel free to change default configuration, (*5)

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

where $basicDirectory is APPLICATION_PATH, (*6)

Usage

The Versions