dev-master
9999999-devSpamassassin bundle for Symfony2
MIT
The Requires
by webeith
spamassassin
Spamassassin bundle for Symfony2
``` php $this->getContainer()->get('spamassassin');, (*2)
Configuration config.yml example ------------- ``` yml webeith_spamassassin: hostname: "localhost" port: 783 socketPath: ~ protocolVersion: "1.5" enableZlib: true
Add the following lines to your composer.json
file and then run php composer.phar install
or php composer.phar update
:, (*3)
{ "require": { "webeith/spamassassin-bundle": "dev-master" } }
To start using the bundle, register it in app/AppKernel.php
:, (*4)
public function registerBundles() { $bundles = array( // Other bundles... new Webeith\SpamassassinBundle\WebeithSpamassassinBundle(), ); }
Spamassassin bundle for Symfony2
MIT
spamassassin