PHPackages                             fenixilg-pixel/achieve-postman - 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. fenixilg-pixel/achieve-postman

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

fenixilg-pixel/achieve-postman
==============================

Sending templated emails to users upon receiving an achievement.

0.0.1(4mo ago)01MITPHPPHP &gt;=8.2

Since Feb 15Pushed 4mo agoCompare

[ Source](https://github.com/fenixilg-pixel/achieve-postman)[ Packagist](https://packagist.org/packages/fenixilg-pixel/achieve-postman)[ RSS](/packages/fenixilg-pixel-achieve-postman/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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 otusteamedu/statsd-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 fenixilg-pixel/achieve-postman
```

### 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 [
    // ...
    AchievePostman\AchievePostman::class => ['all' => true],
];
```

### Step 3: Use in Controller

[](#step-3-use-in-controller)

use AchievePostman\\Service\\EmailSender;

\#\[Route('/send-email')\] public function sendEmail(EmailSender $emailSender): Response { $emailSender-&gt;send( '@AchievePostmanBundle/email/default.html.twig', \['subject' =&gt; 'Привет!', 'message' =&gt; 'Это тестовое письмо'\], '', 'Тестовая тема', '' );

```
return new Response('Письмо отправлено!');

```

}

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance75

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e74018038f57381ee3ca4fcfea85f664d054fb1c171b3d86234cab8f60508ed3?d=identicon)[fenixilg-pixel](/maintainers/fenixilg-pixel)

---

Top Contributors

[![fenixilg-pixel](https://avatars.githubusercontent.com/u/231964567?v=4)](https://github.com/fenixilg-pixel "fenixilg-pixel (5 commits)")

### Embed Badge

![Health badge](/badges/fenixilg-pixel-achieve-postman/health.svg)

```
[![Health](https://phpackages.com/badges/fenixilg-pixel-achieve-postman/health.svg)](https://phpackages.com/packages/fenixilg-pixel-achieve-postman)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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