PHPackages                             avisota/core - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. avisota/core

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

avisota/core
============

Avisota mailing system core components

1.2.5(8y ago)03.7k13LGPL-3.0-or-laterPHPPHP ^5.6

Since Apr 7Pushed 8y ago3 watchersCompare

[ Source](https://github.com/avisota/core)[ Packagist](https://packagist.org/packages/avisota/core)[ Docs](http://avisota.org)[ RSS](/packages/avisota-core/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (17)Used By (3)

Avisota core system
===================

[](#avisota-core-system)

[![Build Status](https://camo.githubusercontent.com/ed16780972aa6036a9d925f239949aec4338ef0a3528e29adcdca9f45b2ac795/68747470733a2f2f7472617669732d63692e6f72672f617669736f74612f636f72652e706e67)](https://travis-ci.org/avisota/core)[![Latest Version tagged](https://camo.githubusercontent.com/b1efab67e84f45ca36cef5c31514056f69c4ae73927d29e711531f4e16b18b36/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f617669736f74612f636f72652e737667)](https://github.com/avisota/core/tags)[![Latest Version on Packagist](https://camo.githubusercontent.com/04f16a18f4ef95a1fbef1e2cb81c4c8fd2f95666c795b19b394e76f93a89bcbc/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617669736f74612f636f72652e737667)](https://packagist.org/packages/avisota/core)[![Installations via composer per month](https://camo.githubusercontent.com/311878ddf1fa333d6cfbe26ed4cfa587ca12dadc96200ae9790ae3b9736f61b3/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f617669736f74612f636f72652e737667)](https://packagist.org/packages/avisota/core)[![Reference Status](https://camo.githubusercontent.com/c6b85bbfc6c4300ad0b809cd5e6a559566f9b3893f9ba20905671463dc50b17b/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f617669736f74613a636f72652f7262616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/php/avisota:core)

The Avisota core system is a message generation, queue and transport system, based on top of the great Swift Mailer.

Avisota is not designed to replace Swift Miler, but it is designed to manage the pre-ransport process. On the one hand Swift Miler can only handle stateful `Swift_Message`s. On the other hand Avisota handles stateless `MessageInterface`'s. You can define what a MessageInterface may be: a message template, a stateful message object or even a native `Swift_Message`.

The following chart shows what you can do with the Avisota messaging system, what in most cases is impossible with Swift Mailer.

```
------------
| Server 1 | -\
------------   |
               V
         create message
               |                   ------------
               V                   | Server 3 |
        enqueue message            ------------
               |                        |
               V                        V
      store in database on     get messages from queue
               |                        |
               V                        |
          ------------ /----------------/
          | Server 2 |
          ------------ \-----\
                             |
                             V
                     send via smtp (swift)

```

As you can see, server 1 creates the message and stores it in a queue on server 2. Server 3 reads the messages from server 2 and sends them via SMTP. You can do this even with plain `Swift_Message` objects, but it will be difficult if you need to work with attachments for example. With your own `MessageInterface` implementation, you have the full control in your hands.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 74.8% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~117 days

Recently: every ~336 days

Total

14

Last Release

2946d ago

PHP version history (2 changes)1.0PHP &gt;=5.3

1.2.5PHP ^5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/233a03a2e2f9a5043fc57a6bf4ae998a2364a64a18a1263bdc11167ffb86cba8?d=identicon)[baumannsven](/maintainers/baumannsven)

---

Top Contributors

[![tristanlins](https://avatars.githubusercontent.com/u/343404?v=4)](https://github.com/tristanlins "tristanlins (80 commits)")[![baumannsven](https://avatars.githubusercontent.com/u/2493263?v=4)](https://github.com/baumannsven "baumannsven (25 commits)")[![DanielRuf](https://avatars.githubusercontent.com/u/827205?v=4)](https://github.com/DanielRuf "DanielRuf (2 commits)")

---

Tags

mailemailmarketingnewsletteravisota

### Embed Badge

![Health badge](/badges/avisota-core/health.svg)

```
[![Health](https://phpackages.com/badges/avisota-core/health.svg)](https://phpackages.com/packages/avisota-core)
```

###  Alternatives

[avisota/contao-core

Avisota newslettersystem for contao

202.8k24](/packages/avisota-contao-core)

PHPackages © 2026

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