PHPackages                             webeith/spamassassin-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. webeith/spamassassin-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

webeith/spamassassin-bundle
===========================

Spamassassin bundle for Symfony2

026.7k1PHP

Since Jul 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/webeith/spamassassin-bundle)[ Packagist](https://packagist.org/packages/webeith/spamassassin-bundle)[ RSS](/packages/webeith-spamassassin-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SpamassassinBundle
==================

[](#spamassassinbundle)

[![License](https://camo.githubusercontent.com/4e1e6db5750b18d1a7c9493c02da40011344002e96a6a6a381812a1d0c08f5e7/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f7370616d617373617373696e2d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/webeith/spamassassin-bundle)[![Total Downloads](https://camo.githubusercontent.com/0a5dc833c96ba309049c327ce7736d074bb7f989e4a7c1ce4d85f011a13c2920/68747470733a2f2f706f7365722e707567782e6f72672f776562656974682f7370616d617373617373696e2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/webeith/spamassassin-bundle)

- [See how to use service](http://github.com/webeith/php-spamassassin)

Usage Example
-------------

[](#usage-example)

```
$this->getContainer()->get('spamassassin');
```

Configuration config.yml example
--------------------------------

[](#configuration-configyml-example)

```
webeith_spamassassin:
    hostname:        "localhost"
    port:            783
    socketPath:      ~
    protocolVersion: "1.5"
    enableZlib:      true
```

Installation
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

Add the following lines to your `composer.json` file and then run `php composer.phar install` or `php composer.phar update`:

```
{
    "require": {
        "webeith/spamassassin-bundle": "dev-master"
    }
}
```

### Register the bundle

[](#register-the-bundle)

To start using the bundle, register it in `app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = array(
        // Other bundles...
        new Webeith\SpamassassinBundle\WebeithSpamassassinBundle(),
    );
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b927cd34768f1d619121216a15f3e47641c8f19115a98a60b08f70bb568db812?d=identicon)[webeith](/maintainers/webeith)

### Embed Badge

![Health badge](/badges/webeith-spamassassin-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webeith-spamassassin-bundle/health.svg)](https://phpackages.com/packages/webeith-spamassassin-bundle)
```

###  Alternatives

[onokumus/metismenujs

A menu plugin

13210.2k](/packages/onokumus-metismenujs)[noximo/php-colored-ascii-linechart

Pretty line graphs in your console, html or images

1994.1k](/packages/noximo-php-colored-ascii-linechart)[magestat/module-floating-buy-button

Get your customer attention the most important action in your online store, the purchase.

121.6k](/packages/magestat-module-floating-buy-button)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
