detailnet / dfw-mail-module
Zend Framework 2 Module for dfw-mail
Installs: 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/detailnet/dfw-mail-module
Requires
- php: >=5.4.0
- detailnet/dfw-core: ~0.2
- detailnet/dfw-mail: ~0.1.4
- ocramius/proxy-manager: ~0.5
- psr/log: ~1.0
- zendframework/zend-loader: 2.*
- zendframework/zend-modulemanager: 2.*
- zendframework/zend-mvc: 2.*
- zendframework/zend-servicemanager: 2.*
Requires (Dev)
- detailnet/dfw-bernard: ~0.1.1
- phpmd/phpmd: ~2.1.3
- phpunit/phpunit: ~4.4.5
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: ~2.2.0
This package is auto-updated.
Last update: 2021-05-31 13:14:33 UTC
README
Introduction
This module integrates dfw-mail with Zend Framework 2.
Requirements
Zend Framework 2 Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
- 
cd my/project/directory
- 
Create a composer.jsonfile with following contents (or update your existing file accordingly):{ "require": { "detailnet/dfw-mail-module": "1.x-dev" } }
- 
Install Composer via curl -s http://getcomposer.org/installer | php(on Windows, download the installer and execute it with PHP)
- 
Run php composer.phar self-update
- 
Run php composer.phar install
- 
Open configs/application.config.phpand add following key to yourmodules:'Detail\Mail',
- 
Copy vendor/detailnet/dfw-mail-module/config/detail_mail.local.php.distinto your application'sconfig/autoloaddirectory, rename it todetail_mail.local.phpand make the appropriate changes.
Usage
tbd