PHPackages                             burnbright/silverstripe-deployer - 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. burnbright/silverstripe-deployer

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

burnbright/silverstripe-deployer
================================

Opinionated recipe for deploying SilverStripe projects via Deployer

0.2.1(8y ago)7731[4 issues](https://github.com/burnbright/silverstripe-deployer/issues)PHPPHP &gt;=7

Since Aug 20Pushed 8y agoCompare

[ Source](https://github.com/burnbright/silverstripe-deployer)[ Packagist](https://packagist.org/packages/burnbright/silverstripe-deployer)[ RSS](/packages/burnbright-silverstripe-deployer/feed)WikiDiscussions master Synced 4w ago

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

Deployer recipe for SilverStripe websites
=========================================

[](#deployer-recipe-for-silverstripe-websites)

Opinionated recipe for deploying SilverStripe projects via Deployer.

Goals
-----

[](#goals)

- Simple to install.
- Configure using yaml and ENV variables.
- Build locally and transfer output onto server.
- Deploy from CI/CD or local environment.
- Share tasks across projects, but not config.
- Keep secrets secret.
- Extensible. You can customise deploy.php.
- Multiple projects/domains/stages per host.

Opinions
--------

[](#opinions)

- Defaults to 'staging' for deploys etc
- Assumes key-based SSH authentication is configured for each host.
- Deploys into `~/deploy/{hostname}`. e.g.
    - `~/deploy/example.com`
    - `~/deploy/test.example.com`

Installation and setup
----------------------

[](#installation-and-setup)

Include in your project: `composer require --dev burnbright/silverstripe-deployer`This will add required vendor packages, and in particular the bin to run deployer: `vendor/bin/dep`.

Copy the deploy.php template to your project root: `cp vendor/burnbright/silverstripe-deployer/templates/deploy.php deploy.php`

Modify your `deploy.php` file to suit your project.

Add `.silverstripe-deployer` to your gitignore.

### Simplify vendor commands

[](#simplify-vendor-commands)

To avoid needing to type `vendor/bin/dep`, update your PATH to search the local vendor/bin folder:

```
export PATH=$PATH:./vendor/bin

```

Then you only need to type `dep` from the root of your project.

Usage
-----

[](#usage)

(Assumes you've added ./vendor/bin to your PATH, otherwise use `vendor/bin/dep`)

- `dep` - will list available commands.
- `dep deploy` - defaults to deploying to 'staging'.
- `dep deploy production` - deploy to 'production'.
- `dep ssh` - ssh into a host.

Influences
----------

[](#influences)

-
-
-
-

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

3214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1356335?v=4)[Jeremy Shipman](/maintainers/jedateach)[@jedateach](https://github.com/jedateach)

---

Top Contributors

[![jedateach](https://avatars.githubusercontent.com/u/1356335?v=4)](https://github.com/jedateach "jedateach (18 commits)")

### Embed Badge

![Health badge](/badges/burnbright-silverstripe-deployer/health.svg)

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

###  Alternatives

[lorisleiva/laravel-deployer

Laravel Deployer is a lightweight wrapper of Deployer giving Artisan the power of zero-downtime deployment.

1.7k1.3M4](/packages/lorisleiva-laravel-deployer)[sourcebroker/deployer-extended

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

25286.6k11](/packages/sourcebroker-deployer-extended)[hypernode/deploy-configuration

Hypernode deploy configuration files

11125.5k](/packages/hypernode-deploy-configuration)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2191.1k](/packages/ngmy-webloyer)[n98/n98-deployer

netz98 deployer tasks, recipes, configuration

2444.4k1](/packages/n98-n98-deployer)

PHPackages © 2026

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