PHPackages                             ogrosko/typo3-composer-maintenance - 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. ogrosko/typo3-composer-maintenance

AbandonedComposer-scripts[Utility &amp; Helpers](/categories/utility)

ogrosko/typo3-composer-maintenance
==================================

Composer pre/post scripts for enabling/disabling maintenance mode for typo3

0.0.7(9y ago)02932GPL-3.0HTML

Since May 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ogrosko/typo3-composer-maintenance)[ Packagist](https://packagist.org/packages/ogrosko/typo3-composer-maintenance)[ RSS](/packages/ogrosko-typo3-composer-maintenance/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (6)Used By (0)

typo3-composer-maintenance
==========================

[](#typo3-composer-maintenance)

When you are using [Typo3 with composer mode](https://composer.typo3.org/) (I'm sure not only for typo3), this scripts automatically put your website to maintenance mode when you run `composer update`. typo3-composer-maintenance are collection of simple scripts for composer pre-update/post-update section.

Installation using [Composer](http://getcomposer.org/)
------------------------------------------------------

[](#installation-using-composer)

```
$ composer require ogrosko/typo3-composer-maintenance
```

Usage
-----

[](#usage)

Add following config in `scripts` section of your `composer.json` file

```
"scripts": {
	"pre-update-cmd": [
		"@enableMaintenance"
	],
	"post-update-cmd": [
		"@disableMaintenance"
	],
	"enableMaintenance": "OGrosko\\Composer\\Typo3ComposerMaintenance::maintenance_enable",
	"disableMaintenance": "OGrosko\\Composer\\Typo3ComposerMaintenance::maintenance_disable"
},
```

Config
------

[](#config)

Also some extra config avalible in `extra` section

- `template-path` - use your custom maintenance template path
- `exclude-ips` - exclude your ip from maintenance mode

```
"extra": {
	"ogrosko-composer-typo3composermaintenance": {
		"template-path": "tpl/",
		"exclude-ips": [
			"127.0.0.1",
			"192.168.1.1"
		]
	}
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

3492d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2938503?v=4)[ogrosko](/maintainers/ogrosko)[@ogrosko](https://github.com/ogrosko)

---

Top Contributors

[![ogrosko](https://avatars.githubusercontent.com/u/2938503?v=4)](https://github.com/ogrosko "ogrosko (20 commits)")

---

Tags

composermaintenancetypo3

### Embed Badge

![Health badge](/badges/ogrosko-typo3-composer-maintenance/health.svg)

```
[![Health](https://phpackages.com/badges/ogrosko-typo3-composer-maintenance/health.svg)](https://phpackages.com/packages/ogrosko-typo3-composer-maintenance)
```

###  Alternatives

[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k315.9M76](/packages/jean85-pretty-package-versions)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k40.0M2.6k](/packages/ergebnis-composer-normalize)[bamarni/composer-bin-plugin

No conflicts for your bin dependencies

53024.4M1.0k](/packages/bamarni-composer-bin-plugin)[composer/metadata-minifier

Small utility library that handles metadata minification and expansion.

181123.3M22](/packages/composer-metadata-minifier)[shipmonk/composer-dependency-analyser

Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)

6198.4M611](/packages/shipmonk-composer-dependency-analyser)[josefglatz/beuser-fastswitch

Fast backend user switch for TYPO3 CMS administrator users.

17112.3k](/packages/josefglatz-beuser-fastswitch)

PHPackages © 2026

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