PHPackages                             bclibcoop/deployer-bedrock - 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. bclibcoop/deployer-bedrock

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

bclibcoop/deployer-bedrock
==========================

Deployer recipe/tasks to deploy a Bedrock-based WordPress site

v1.2.4(1y ago)175MITPHPPHP &gt;=7.4

Since Feb 16Pushed 1y ago4 watchersCompare

[ Source](https://github.com/BCLibCoop/deployer-bedrock)[ Packagist](https://packagist.org/packages/bclibcoop/deployer-bedrock)[ Docs](https://bc.libraries.coop/)[ RSS](/packages/bclibcoop-deployer-bedrock/feed)WikiDiscussions main Synced today

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

Deployer Bedrock Recpie
=======================

[](#deployer-bedrock-recpie)

A (fairly opinionated) [Deployer](https://deployer.org) recpie to deploy a [Bedrock](https://github.com/roots/bedrock) based WordPress site. Also now supports Drupal deployments, using Drush for post-deploy actions.

Inspired by [capistrano-wpcli](https://github.com/lavmeiker/capistrano-wpcli)

Usage
-----

[](#usage)

Include the following in your `deployer.php` file

```
require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/bedrock.php';
```

Or for multisite installations

```
require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/bedrock-multisite.php';
```

Or now Drupal (the auto-load file should put this package's "recipe" folder ahead of Deployer's in the `include_path`, so you will get this one rather than the contrib recpie)

```
require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/drupal.php';
```

And then define your hosts and override any variables required

Future Functionality
--------------------

[](#future-functionality)

- Fully handle multisite DB search/replace
- Theme asset building (local or remote)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance46

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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 ~75 days

Recently: every ~51 days

Total

7

Last Release

415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11cfcb4b700be6781cfdf7cbb377b63eb9654a06b13ee255055c10ef7620a558?d=identicon)[bclibcoop.sam.edwards](/maintainers/bclibcoop.sam.edwards)

---

Top Contributors

[![dotsam](https://avatars.githubusercontent.com/u/4316742?v=4)](https://github.com/dotsam "dotsam (21 commits)")

---

Tags

deployerdeployer-recpie

### Embed Badge

![Health badge](/badges/bclibcoop-deployer-bedrock/health.svg)

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

###  Alternatives

[easycorp/easy-deploy-bundle

The easiest way to deploy Symfony applications

469313.4k](/packages/easycorp-easy-deploy-bundle)[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201444.0k](/packages/jalogut-magento2-deployer-plus)[sourcebroker/deployer-extended-typo3

Customisation for `sourcebroker/deployer-typo3-\*` stack

39213.4k2](/packages/sourcebroker-deployer-extended-typo3)[sourcebroker/deployer-extended

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

25292.2k12](/packages/sourcebroker-deployer-extended)[rafaelstz/deployer-magento2

Magento 2 deployment tool based on deployer.org

5224.0k](/packages/rafaelstz-deployer-magento2)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2191.1k](/packages/ngmy-webloyer)

PHPackages © 2026

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