PHPackages                             sumocoders/deployer-sumo-forkcms - 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. sumocoders/deployer-sumo-forkcms

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

sumocoders/deployer-sumo-forkcms
================================

Deployer recipe with SumoCoders specific tasks for Fork CMS &gt;= 6.0.0

0.2(2y ago)0396MITPHP

Since Sep 14Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Deployer Sumo recipe
====================

[](#deployer-sumo-recipe)

Recipe for usage with [Deployer](https://deployer.org/). It includes tasks specific for [SumoCoders](https://sumocoders.be).

Installing
----------

[](#installing)

```
composer require sumocoders/deployer-sumo-forkcms --dev
```

Include recipes in `deploy.php` file.

```
require __DIR__ . '/vendor/sumocoders/deployer-sumo-forkcms/sumo.php';
```

Available tasks
---------------

[](#available-tasks)

### `sumo:assets:build`

[](#sumoassetsbuild)

Build your project's assets using Webpack.

### `sumo:db:create`

[](#sumodbcreate)

Creates a database on our dev server. This task can will only run on the host with the stage "staging".

It will output the credentials.

### `sumo:db:info`

[](#sumodbinfo)

This task will output the credentials of the existing database on the dev server. This task can will only run on the host with the stage "staging".

### `sumo:db:create-local`

[](#sumodbcreate-local)

Creates a database on your local MySQL instance.

### `sumo:db:get`

[](#sumodbget)

Run this task to replace your local database with the remote database. Be aware that no backup will be made.

### `sumo:db:put`

[](#sumodbput)

Use this command to replace the remote database with your local database.

### `sumo:project:init`

[](#sumoprojectinit)

This is an aggregate task, it will run all the following tasks:

- sumo:db:create-local
- sumo:db:get
- sumo:config:get
- sumo:config:alter
- sumo:files:get
- sumo:assets:fix-node-version
- sumo:assets:npm-install
- sumo:assets:build

It can be used to locally set up a project that is already on the staging or production server.

### `sumo:files:get`

[](#sumofilesget)

Run this task to replace your local files with the remote files. Be aware that no backup will be made.

### `sumo:files:put`

[](#sumofilesput)

Run this task to replace the remote files with your local files. Be aware that no backup will be made.

### `sumo:notifications:deploy`

[](#sumonotificationsdeploy)

Notify our webhooks on a deploy. This task is automatically added into the flow.

### `sumo:redirect:enable`

[](#sumoredirectenable)

Enable a redirect page, all traffic will be redirected to this page.

### `sumo:symlink:document-root`

[](#sumosymlinkdocument-root)

Creates the needed symlinks to link the document root to the correct folder.

### `sumo:opcache:reset-file`

[](#sumoopcachereset-file)

Clears opcache and statcache using a file strategy.

### `sumo:cleanup:remove-files`

[](#sumocleanupremove-files)

Removes all files that are not needed on the server. (docker-compose.yml, UPGRADE.md, etc.)

License
-------

[](#license)

Licensed under the [MIT license](https://github.com/tijsverkoyen/deployer-sumo/blob/master/LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 78.1% 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 ~4 days

Total

2

Last Release

963d ago

### Community

Maintainers

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

---

Top Contributors

[![tijsverkoyen](https://avatars.githubusercontent.com/u/250042?v=4)](https://github.com/tijsverkoyen "tijsverkoyen (57 commits)")[![absumo](https://avatars.githubusercontent.com/u/116194801?v=4)](https://github.com/absumo "absumo (7 commits)")[![davysumo](https://avatars.githubusercontent.com/u/73877717?v=4)](https://github.com/davysumo "davysumo (7 commits)")[![sanderdlm](https://avatars.githubusercontent.com/u/24303072?v=4)](https://github.com/sanderdlm "sanderdlm (1 commits)")[![StijnVrolijk](https://avatars.githubusercontent.com/u/442529?v=4)](https://github.com/StijnVrolijk "StijnVrolijk (1 commits)")

### Embed Badge

![Health badge](/badges/sumocoders-deployer-sumo-forkcms/health.svg)

```
[![Health](https://phpackages.com/badges/sumocoders-deployer-sumo-forkcms/health.svg)](https://phpackages.com/packages/sumocoders-deployer-sumo-forkcms)
```

###  Alternatives

[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)[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)[n98/n98-deployer

netz98 deployer tasks, recipes, configuration

2543.6k1](/packages/n98-n98-deployer)[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)
