PHPackages                             drop/module-deploy-utils - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. drop/module-deploy-utils

ActiveMagento2-module[DevOps &amp; Deployment](/categories/devops)

drop/module-deploy-utils
========================

Utilities per i deploy

1.0.2(6y ago)021proprietaryPHP

Since Apr 24Pushed 6y ago4 watchersCompare

[ Source](https://github.com/Dropsrl/Drop_DeployUtils)[ Packagist](https://packagist.org/packages/drop/module-deploy-utils)[ RSS](/packages/drop-module-deploy-utils/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Drop\_DeployUtils
=================

[](#drop_deployutils)

- This module allows you to send a notification before and after a composer install

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

[](#installation)

- Install module through composer (recommended):

```
$ composer config repositories.drop.ddu vcs https://github.com/Dropsrl/Drop_DeployUtils
$ composer require drop/module-deploy-utils
```

- Install module manually:

    - Copy these files in app/code/Drop/Drop\_DeployUtils/
- After installing the extension, run the following commands:

```
$ php bin/magento module:enable Drop_DeployUtils
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clear
```

- Add this section to your composer.json

```
"scripts": {
    "send-deploy-alert": "php bin/magento drop:deploy:sendalert",
    "send-end-deploy-alert": "php bin/magento drop:deploy:endsendalert",
    "no-dev-pre-install-cmd": [
      "@send-deploy-alert"
    ],
    "no-dev-post-install-cmd": [
      "@send-end-deploy-alert"
    ]
},

```

- If you want to add the composer output you have to launch it like this:

```
composer install --no-dev 2>&1 | tee httpdocs/var/log/composer.log

```

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0.0

Compatibility
-------------

[](#compatibility)

- Magento &gt;= 2.2
- Not tested on 2.1 and 2.0

Support
-------

[](#support)

If you encounter any problems or bugs, please create an issue on [Github](https://github.com/Dropsrl/Drop_DeployUtils/issues)

License
-------

[](#license)

\[GNU General Public License, version 3 (GPLv3)\]

Copyright
---------

[](#copyright)

(C) 2019 Drop S.R.L.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~13 days

Total

3

Last Release

2236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38257016?v=4)[DevelopersDrop](/maintainers/DevelopersDrop)[@DevelopersDrop](https://github.com/DevelopersDrop)

---

Top Contributors

[![cpieroni](https://avatars.githubusercontent.com/u/7668223?v=4)](https://github.com/cpieroni "cpieroni (1 commits)")[![DevelopersDrop](https://avatars.githubusercontent.com/u/38257016?v=4)](https://github.com/DevelopersDrop "DevelopersDrop (1 commits)")

### Embed Badge

![Health badge](/badges/drop-module-deploy-utils/health.svg)

```
[![Health](https://phpackages.com/badges/drop-module-deploy-utils/health.svg)](https://phpackages.com/packages/drop-module-deploy-utils)
```

###  Alternatives

[widop/google-analytics-bundle

Google certificate-based authentication in server-to-server interactions with google analytics

43283.2k](/packages/widop-google-analytics-bundle)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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