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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ephemeralbits/phpionner-recipes

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

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 today

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

29

—

LowBetter than 57% of packages

Maintenance31

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

706d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1822472?v=4)[Mario Juárez](/maintainers/mariomka)[@mariomka](https://github.com/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

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

25292.2k12](/packages/sourcebroker-deployer-extended)

PHPackages © 2026

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