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 1mo ago

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1509d 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

[deployer/deployer

Deployment Tool

11.0k25.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)
