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

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

terminal42/deployer-recipes
===========================

terminal42 deployer recipes

v6.8.0(6y ago)108.4k↓51.8%3MITPHPPHP ^7.2

Since Aug 18Pushed 4y ago5 watchersCompare

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

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

terminal42 deployer recipes
===========================

[](#terminal42-deployer-recipes)

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

Installing
----------

[](#installing)

```
composer require deployer/recipes terminal42/deployer-recipes:dev-main@dev --dev

```

Usage
-----

[](#usage)

### Include recipes manually

[](#include-recipes-manually)

Include recipes in your `deploy.php` file:

```
require 'recipe/contao.php';
require 'recipe/database.php';
require 'recipe/deploy.php';
require 'recipe/encore.php'; // or 'recipe/gulp.php';
require 'recipe/maintenance.php';
```

### 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. [`contao4-encore.php`](bootstrap/contao4-encore.php) – Contao 4 setup with Encore for assets management
2. [`contao4-gulp.php`](bootstrap/contao4-gulp.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.

Further Reading
---------------

[](#further-reading)

-
-
-

License
-------

[](#license)

Licensed under the [MIT license](https://github.com/terminal42/deployer-recipes/blob/master/LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 54.9% 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 ~23 days

Recently: every ~17 days

Total

119

Last Release

1632d ago

Major Versions

v4.3.0 → v5.0.0-beta.12017-04-02

v4.3.1 → v6.0.02017-08-22

v4.3.2 → v6.0.42017-12-15

v4.3.4 → v6.4.02019-01-11

v6.8.0 → v7.0.0-beta.12020-10-11

PHP version history (8 changes)v2.0.0PHP &gt;=5.4.0

v3.1.0PHP &gt;=5.5.0

v4.0.0PHP &gt;=5.6.0

v5.0.0-beta.1PHP ~7.0

v6.7.2PHP ^7.2

v7.0.0-beta.1PHP ^7.3

v7.0.0-beta.11PHP &gt;=7.2.5

v7.0.0-beta.26PHP ^8.0|^7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1073273?v=4)[Andreas Schempp](/maintainers/aschempp)[@aschempp](https://github.com/aschempp)

![](https://avatars.githubusercontent.com/u/481937?v=4)[Yanick Witschi](/maintainers/Toflar)[@Toflar](https://github.com/Toflar)

---

Top Contributors

[![richardhj](https://avatars.githubusercontent.com/u/1284725?v=4)](https://github.com/richardhj "richardhj (28 commits)")[![qzminski](https://avatars.githubusercontent.com/u/193483?v=4)](https://github.com/qzminski "qzminski (16 commits)")[![aschempp](https://avatars.githubusercontent.com/u/1073273?v=4)](https://github.com/aschempp "aschempp (4 commits)")[![m-vo](https://avatars.githubusercontent.com/u/5305677?v=4)](https://github.com/m-vo "m-vo (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)

PHPackages © 2026

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