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

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

ozziest/maintenance
===================

Simple maintenance commands for your applications.

1.1.0(11y ago)1781MITPHPPHP &gt;=5.4.0

Since Dec 5Pushed 11y ago2 watchersCompare

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

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

Maintenance Commands
====================

[](#maintenance-commands)

This library based on Symfony/Console. If you are using symfony/console package for your console application, you can use this too. The library has two commands which are `down` and `up`.

> If you are using Laravel Framework, you don't need this. :)

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "ozziest/maintenance": "1.*",
    }
}
```

Usage
-----

[](#usage)

You must add commands to your console application;

```
$console->add(new Ozziest\Maintenance\Up('app/cache'));
$console->add(new Ozziest\Maintenance\Down('app/cache'));
```

> You must define writable path.

`index.php`

```
Ozziest\Maintenance\Maintenance::check('app/cache', 'This is a maintenance message.');
```

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2facdc256fbb7fd57510c101c009d6adb6f5cdf07ec7c5a304d30520e78c1357?d=identicon)[ozziest](/maintainers/ozziest)

---

Top Contributors

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

---

Tags

phpmaintenancemode

### Embed Badge

![Health badge](/badges/ozziest-maintenance/health.svg)

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

###  Alternatives

[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)

PHPackages © 2026

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