PHPackages                             jetrails/deployer-autopilot - 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. jetrails/deployer-autopilot

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

jetrails/deployer-autopilot
===========================

AutoPilot deployer recipe, guides, and examples

0.0.6(1y ago)27.0k—7.1%[1 PRs](https://github.com/jetrails/deployer-autopilot/pulls)MITPHP

Since Oct 23Pushed 11mo ago3 watchersCompare

[ Source](https://github.com/jetrails/deployer-autopilot)[ Packagist](https://packagist.org/packages/jetrails/deployer-autopilot)[ RSS](/packages/jetrails-deployer-autopilot/feed)WikiDiscussions master Synced 1mo ago

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

Deployer — AutoPilot Recipe
===========================

[](#deployer--autopilot-recipe)

> AutoPilot deployer recipe, guides, and examples

About
-----

[](#about)

Deployer is a deployment tool written in PHP with support for popular frameworks out of the box. Deployer is used by hundreds of thousands of projects worldwide, performing over a million monthly deploys. Deployer comes with more than 50 ready-to-use recipes for frameworks and third-party services. You can find more information about Deployer at .

This repository is created to help you adjust your Deployer deployment configuration and deploy applications on the AutoPilot platform.

AutoPilot Recipe
----------------

[](#autopilot-recipe)

We have created a recipe that you can use to deploy your PHP applications on the AutoPilot platform. You can install the recipe using Composer by running the following command:

```
composer require jetrails/deployer-autopilot --dev
```

After installing the recipe, you can add the following code to the top of your `deploy.php` file:

```
require "./vendor/autoload.php";
require "recipe/autopilot.php";

```

Alternatively, if you would like to include the recipe directly without using Composer, you can add the following line to your `deploy.php` file:

```
require "./vendor/jetrails/deployer-autopilot/recipe/autopilot.php";

```

This recipe, includes helpful tasks and configurations that are relevant to deploying applications on the AutoPilot platform. Here are the tasks that are included in the recipe:

CommandDescription`autopilot:restart:php-fpm`Restart php-fpm`autopilot:restart:nginx`Restart nginx`autopilot:restart:mysql`Restart mysql`autopilot:restart:rabbitmq`Restart rabbitmq`autopilot:restart:opensearch`Restart opensearch`autopilot:restart:varnish`Restart varnish`autopilot:flush:redis-cache`Flush redis-cache`autopilot:flush:redis-session`Flush redis-sessionWe also include date based releases, which can be optionally enabled in your `deploy.php` file by adding the following line:

```
set("release_name", "{{autopilot_release_name}}");
```

This will prefix the current date to the deployer release number, for example `2024-10-04-002`.

Examples &amp; Guides
---------------------

[](#examples--guides)

You can find example `deploy.php` files in the `examples` directory that integrate the AutoPilot recipe with the official application recipes.

ApplicationExampleMagento 2[examples/magento2.php](examples/magento2.php)Shopware[examples/shopware.php](examples/shopware.php)WordPress[examples/wordpress.php](examples/wordpress.php)You can find additional guides on how to setup a deployment pipeline with popular continuous deployment tools here:

PlatformGuideDrone CI[docs/guide-drone-ci.md](docs/guide-drone-ci.md)GitHub Actions[docs/guide-github-actions.md](docs/guide-github-actions.md)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance46

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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 ~11 days

Total

6

Last Release

515d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af4aeb55d485190c8726e513c05a186f9b1d33fe0958620f3d5f4867d5112fb6?d=identicon)[jetrails](/maintainers/jetrails)

---

Top Contributors

[![null93](https://avatars.githubusercontent.com/u/5500199?v=4)](https://github.com/null93 "null93 (9 commits)")[![nemke82](https://avatars.githubusercontent.com/u/22136088?v=4)](https://github.com/nemke82 "nemke82 (1 commits)")

---

Tags

autopilotdeployer-phpdeployer-recipejetrailsmagento2shopwarewordpresswordpressshopwaremagento2autopilotjetrailsdeployer-phpdeployer-recipe

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jetrails-deployer-autopilot/health.svg)

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

###  Alternatives

[johnpbloch/wordpress-core-installer

A custom installer to handle deploying WordPress with composer

22110.8M47](/packages/johnpbloch-wordpress-core-installer)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201415.5k](/packages/jalogut-magento2-deployer-plus)[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)[rafaelstz/deployer-magento2

Magento 2 deployment tool based on deployer.org

5223.5k](/packages/rafaelstz-deployer-magento2)[sourcebroker/deployer-extended-wordpress

Deployment for WordPress with deployer.org.

232.8k](/packages/sourcebroker-deployer-extended-wordpress)[sourcebroker/deployer-extended-wordpress-composer

Composer based WordPress deployment with deployer.org.

155.4k](/packages/sourcebroker-deployer-extended-wordpress-composer)

PHPackages © 2026

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