PHPackages                             venveo/craft-maintenancemode - 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. [CLI &amp; Console](/categories/cli)
4. /
5. venveo/craft-maintenancemode

AbandonedArchivedCraft-plugin[CLI &amp; Console](/categories/cli)

venveo/craft-maintenancemode
============================

Programmatically disable the website through command line

1.0.3(8y ago)77592MITPHP

Since Apr 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/venveo/craft-maintenancemode)[ Packagist](https://packagist.org/packages/venveo/craft-maintenancemode)[ RSS](/packages/venveo-craft-maintenancemode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Maintenance Mode plugin for Craft CMS 3.x
=========================================

[](#maintenance-mode-plugin-for-craft-cms-3x)

Programmatically disable the website through command line. Use this for your automated build processes to disable the website during build!

Installation
------------

[](#installation)

Maintenance mode can be enabled through composer: `composer require venveo/craft-maintenancemode`

Usage
-----

[](#usage)

To enable maintenance mode: `./craft maintenancemode/maintenance-mode/enable`

To disable maintenance mode: `./craft maintenancemode/maintenance-mode/disable`

Example Scenario
----------------

[](#example-scenario)

Using Laravel Forge to deploy your Craft app, you might want to disable the website during the frontend build process:

```
cd /home/forge/mysite.com

php craft maintenance-mode/maintenance-mode/enable

git pull origin master --recurse-submodules

git submodule init
git submodule update --remote --recursive

composer install --no-interaction --prefer-dist --optimize-autoloader
echo "" | sudo -S service php7.0-fpm reload

if [ -f artisan ]
then
    php artisan migrate --force
fi

yarn install
npm run production

php craft maintenance-mode/maintenance-mode/disable
```

Brought to you by [Venveo](https://venveo.com)

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% 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 ~78 days

Total

4

Last Release

3070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c06cc90c1a7f274f31233258cedf58df05f581a0c1a79f44b40764a60b96f377?d=identicon)[ransom](/maintainers/ransom)

---

Top Contributors

[![Mosnar](https://avatars.githubusercontent.com/u/3810939?v=4)](https://github.com/Mosnar "Mosnar (21 commits)")[![coffeylukas](https://avatars.githubusercontent.com/u/16714057?v=4)](https://github.com/coffeylukas "coffeylukas (5 commits)")

---

Tags

craftcraft-plugincraft3craftcmscmsmaintenanceCraftcraftcmscraft-plugin

### Embed Badge

![Health badge](/badges/venveo-craft-maintenancemode/health.svg)

```
[![Health](https://phpackages.com/badges/venveo-craft-maintenancemode/health.svg)](https://phpackages.com/packages/venveo-craft-maintenancemode)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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