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

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

halloverden/target365-notifier-bundle
=====================================

Target365 (Strex) SMS transport for Symfony notifier

1.1.0(1y ago)0116MITPHPPHP &gt;=8.2

Since Oct 30Pushed 1y ago3 watchersCompare

[ Source](https://github.com/halloverden/symfony-target365-notifier-bundle)[ Packagist](https://packagist.org/packages/halloverden/target365-notifier-bundle)[ RSS](/packages/halloverden-target365-notifier-bundle/feed)WikiDiscussions main Synced 1mo ago

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

symfony-target365-notifier-bundle
=================================

[](#symfony-target365-notifier-bundle)

Target365 (Strex) SMS transport for Symfony notifier

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require halloverden/target365-notifier-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require halloverden/target365-notifier-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    HalloVerden\Target365NotifierBundle\HalloVerdenTarget365NotifierBundle::class => ['all' => true],
];
```

Configuration
=============

[](#configuration)

DSN example:

```
TARGET365_DSN=target365://:@default/?from=&allowUnicode=true

```

notifier config:

```
framework:
  notifier:
    texter_transports:
      target365: '%env(TARGET365_DSN)%'
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~511 days

Total

2

Last Release

419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/849015b0be5ad1a1c8aaecb560dd316192468d401d22562fdf685eb75e4106ad?d=identicon)[tomme87](/maintainers/tomme87)

---

Top Contributors

[![tomme87](https://avatars.githubusercontent.com/u/9094256?v=4)](https://github.com/tomme87 "tomme87 (14 commits)")

### Embed Badge

![Health badge](/badges/halloverden-target365-notifier-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/halloverden-target365-notifier-bundle/health.svg)](https://phpackages.com/packages/halloverden-target365-notifier-bundle)
```

PHPackages © 2026

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