mrferos / email-stripper-zf2
There is no license information available for the latest version (dev-master) of this package.
ZF2 package of Email-Stripper
dev-master
2014-12-28 10:06 UTC
Requires
- mrferos/email-stripper: dev-master
- zendframework/zend-modulemanager: ~2.2
- zendframework/zend-servicemanager: ~2.2
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2024-11-06 09:22:23 UTC
README
Email-Stripper ZF2
The ZF2 package for the Email Stripper library.
Installation
composer require "mrferos/email-stripper-zf2:dev-master"
cp vendor/mrferos/email-stripper-zf2/config/autoload/email-stripper.config.php.dist config/autoload/email-stripper.config.php
And add the module to your application.config.php
Use
The Email Stripper can be pulled out of the Service Locator with the alias "EmailStripper". For any further details on how the class works please visit Email Stripper