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(5y ago)021proprietaryPHP

Since Apr 24Pushed 5y 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 1w 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 37% 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

2189d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/19d871bbe66b0fbee2dcc83c22d57cb1eb5d77abc032aa0bceb28e674f57ed12?d=identicon)[DevelopersDrop](/maintainers/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

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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