PHPackages                             duncrow-gmbh/deployer-recipes - 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. duncrow-gmbh/deployer-recipes

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

duncrow-gmbh/deployer-recipes
=============================

duncrow-gmbh deployer recipes

1.0.0(4y ago)0922MITPHPPHP ^7.1 || ^8.0

Since Mar 25Pushed 4y agoCompare

[ Source](https://github.com/duncrow-gmbh/deployer-recipes)[ Packagist](https://packagist.org/packages/duncrow-gmbh/deployer-recipes)[ Docs](https://github.com/duncrow-gmbh/deployer-recipes)[ RSS](/packages/duncrow-gmbh-deployer-recipes/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

duncrow-gmbh deployer recipes
=============================

[](#duncrow-gmbh-deployer-recipes)

This repository contains recipes to integrate with [deployer](https://github.com/deployphp/deployer).

Installing
----------

[](#installing)

```
composer require deployer/recipes duncrow-gmbh/deployer-recipes --dev

```

Usage
-----

[](#usage)

### Bootstrap file

[](#bootstrap-file)

Copy [`deploy-hosts.yml`](bootstrap/deploy-hosts.yml) to your project root and one of the [bootstrap files](bootstrap) as your `deploy.php` file:

1. [`deploy-contao.php`](bootstrap/deploy-contao.php) – Contao 4 setup with Gulp for assets management

Pro Tips
--------

[](#pro-tips)

### Disable releases

[](#disable-releases)

If you would like to disable the releases (e.g. for a dev system) you can do it simply by including the recipe:

```
require 'recipe/disable-releases.php';
```

### Contao Manager

[](#contao-manager)

Although Contao Manager seems to be redundant if the system can be deployed, you may still want to install it e.g. for [trakked.io](https://www.trakked.io). To do that, simply add the following task to the list:

```
task('deploy', [
    // …
    'maintenance:enable',
+   'contao:download_manager'
    // …
])->desc('Deploy your project');
```

### Database Helpers (Restore and release)

[](#database-helpers-restore-and-release)

This collection provides a tasks to easily restore/release the database `dev  live` unidirectionally.

First, include the `database-helpers.php` recipe.

You can use the command `dep database:retrieve example.com` to download a database dump from remote (example.com) and overwrite the local database.

You can use the command `dep database:release example.com` to overwrite the remote (example.com) datbase with the local one.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

1562d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06c4df6fdaf075f2078bb3ef8792a52ee84212c6ad382741c18c276146acffff?d=identicon)[duncrow-gmbh](/maintainers/duncrow-gmbh)

---

Top Contributors

[![cmartin6](https://avatars.githubusercontent.com/u/47104009?v=4)](https://github.com/cmartin6 "cmartin6 (2 commits)")

### Embed Badge

![Health badge](/badges/duncrow-gmbh-deployer-recipes/health.svg)

```
[![Health](https://phpackages.com/badges/duncrow-gmbh-deployer-recipes/health.svg)](https://phpackages.com/packages/duncrow-gmbh-deployer-recipes)
```

###  Alternatives

[widop/google-analytics-bundle

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

39283.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)
