PHPackages                             headsnet/deploy-notify-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. headsnet/deploy-notify-bundle

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

headsnet/deploy-notify-bundle
=============================

Send notifications for Symfony application deployment

v0.1.11(7y ago)01.2kMITPHPPHP &gt;=7.0

Since Sep 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/headsnet/deploy-notify-bundle)[ Packagist](https://packagist.org/packages/headsnet/deploy-notify-bundle)[ RSS](/packages/headsnet-deploy-notify-bundle/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependencies (6)Versions (14)Used By (0)

Symfony Deployment Notifications
================================

[](#symfony-deployment-notifications)

Send email notifications to one or more recipients using a simple console command that can be executed by your deployment process.

The notification can be sent to one or more recipients, and can optionally include the application change log file in the email content.

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

[](#installation)

Install with Composer

`composer require headsnet/deployment-notification-bundle`

Add bundle to `AppKernel.php`

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Headsnet\DeployNotifyBundle\HeadsnetDeployNotifyBundle(),
    );
}

```

Configuration
-------------

[](#configuration)

Add required configuration in `app/config.yml`

```
headsnet_deploy_notify:
  app_name: My Application
  email:
    sender_email: app@domain.com
  recipients:
    - { name: Joe Bloggs, email: joe@email.com }
    - { name: John Smith, email: john@example.com }

```

You can optionally include a change log file in the email template. Just specify the name of the change log file:

```
headsnet_deploy_notify:
  changelog:
    filename: CHANGES.md

```

Markdown files ending with a `.md` extension will automatically be parsed in to HTML.

Usage
-----

[](#usage)

Simply execute the console command from your chosen deployment system.

`bin/console headsnet:deploy:notify`

Configuration Reference
-----------------------

[](#configuration-reference)

```
headsnet_deploy_notify:
	app_name:                 ~  # Required
	email:
	    sender_email:         ~  # Required
	    sender_name:          '' # Optional
	    subject:              'Deployment Notification'
	changelog:
	    filename:             ~  # If specified, changelog contents will be included in email
	    path:                 /  # Default is project root dir
	    public_url:           ~  # Optionally add link to changelog in email
	recipients:
	    - { name: ~, email: ~ }
	    - { name: ~, email: ~ }

```

Contributing
------------

[](#contributing)

Contributions are welcome. Please submit via pull requests.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~54 days

Recently: every ~98 days

Total

12

Last Release

2606d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2156742?v=4)[Ben Roberts](/maintainers/benr77)[@benr77](https://github.com/benr77)

---

Top Contributors

[![benr77](https://avatars.githubusercontent.com/u/2156742?v=4)](https://github.com/benr77 "benr77 (18 commits)")

### Embed Badge

![Health badge](/badges/headsnet-deploy-notify-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/headsnet-deploy-notify-bundle/health.svg)](https://phpackages.com/packages/headsnet-deploy-notify-bundle)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)

PHPackages © 2026

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