PHPackages                             ephemeralbits/phpionner-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. ephemeralbits/phpionner-recipes

AbandonedArchivedLibrary

ephemeralbits/phpionner-recipes
===============================

PHPionner recipes

v0.3.0(1y ago)13.4kMITPHPPHP ^8.3

Since May 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/EphemeralBits/phpionner-recipes)[ Packagist](https://packagist.org/packages/ephemeralbits/phpionner-recipes)[ RSS](/packages/ephemeralbits-phpionner-recipes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

PHPionner recipes
=================

[](#phpionner-recipes)

[PHPionner](https://github.com/EphemeralBits/phpioneer) opinionated recipes for quick and easy PHP server configuration for [Deployer](https://deployer.org/).

You can use [PHPionner](https://github.com/EphemeralBits/phpioneer) or require these recipes directly into your project.

It installs:

- PHP 8.2 or 8.3
- Nginx
- PostgreSQL
- Redis
- Supervisor
- Node.js 22, 21, 20 or 18
- Certbot

Also, it can do some common tasks:

- Create sites
- Create users
- Configure a floating IP
- Set up Laravel schedule and queues
- Set up SSL certificates via Let's Encrypt

Getting Started
---------------

[](#getting-started)

```
composer require ephemeralbits/phpionner-recipes
./vendor/bin/dep init
```

Modify `deploy.php` adding:

```
// Add this after the require statements
require './vendor/ephemeralbits/phpionner-recipes/recipes/autoload.php';
// Add this after set() calls
set('phpionner/user_name', 'deployer');
```

> Replace `deployer` for your desired username.

Configure a new server
----------------------

[](#configure-a-new-server)

Configures a new server to serve PHP projects. It requires Ubuntu 22.04 LTS and a root user.

```
./vendor/bin/dep phpionner/configure -o remote_user=root
```

Create a new site
-----------------

[](#create-a-new-site)

```
./vendor/bin/dep phpionner/site:create
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Every ~22 days

Total

4

Last Release

652d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24be255167f323e560a10b9a4c31c9f47f58ec88653b9b2ec125dde1eb162071?d=identicon)[mariomka](/maintainers/mariomka)

---

Top Contributors

[![mariomka](https://avatars.githubusercontent.com/u/1822472?v=4)](https://github.com/mariomka "mariomka (7 commits)")

---

Tags

deployerrecipesPHPionner

### Embed Badge

![Health badge](/badges/ephemeralbits-phpionner-recipes/health.svg)

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

###  Alternatives

[sourcebroker/deployer-extended-database

Deployer tasks to manage database synchronization between application instances.

41302.6k7](/packages/sourcebroker-deployer-extended-database)[sourcebroker/deployer-extended

Library with some additional tasks for deployer (deployer.org).

25275.4k9](/packages/sourcebroker-deployer-extended)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2181.1k](/packages/ngmy-webloyer)[innocenzi/deployer-recipe-forge

Seamless zero-downtime deployment on Forge with Deployer

1916.6k](/packages/innocenzi-deployer-recipe-forge)

PHPackages © 2026

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