acelaya / zf-acmailer-tooling
Console helper tools to work with ZF-AcMailer in development environments
Installs: 665
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
pkg:composer/acelaya/zf-acmailer-tooling
Requires
- php: ^7.0
- symfony/console: ^4.0 || ^3.0 || ^2.8
- zendframework/zend-config-aggregator: ^1.0 || ^0.1
Requires (Dev)
- phpunit/phpunit: ^6.0
- slevomat/coding-standard: ^4.0
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2021-09-09 18:20:00 UTC
README
This package provides tools to easily work with ZF-AcMailer in development.
Installation
Install it as a dev dependency with composer
composer require acelaya/zf-acmailer-tooling --dev
Usage
This package provides a console tool that can be used to run helper commands
vendor/bin/acmailer <command>
Available commands
config:migrate
: Migrates configuration from the structure used in AcMailer v5/v6 to the structure used in v7