PHPackages                             hinashiki/fuelphp-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. hinashiki/fuelphp-maintenance

ActiveFuel-package[Utility &amp; Helpers](/categories/utility)

hinashiki/fuelphp-maintenance
=============================

FuelPHP 1.x Maintenance Package

0.2.0(11y ago)12.6k↓93.8%1MITPHP

Since Jan 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hinashiki/fuelphp-maintenance)[ Packagist](https://packagist.org/packages/hinashiki/fuelphp-maintenance)[ Docs](https://github.com/hinashiki/fuelphp-maintenance)[ RSS](/packages/hinashiki-fuelphp-maintenance/feed)WikiDiscussions master Synced today

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

fuelphp-maintenance
===================

[](#fuelphp-maintenance)

add maintenance mode to FuelPHP.
this is FuelPHP package. if you want to use, please use as package.
How to install :

Basic usage
-----------

[](#basic-usage)

throw as below.

```
throw new \HttpServerMaintenanceException("your maintenance message.");

```

Set maintenance mode
--------------------

[](#set-maintenance-mode)

create fuel/app/config/maintenance.php
please set like this.

```
return array(
  "maintenance_mode" => true
);

```

and insert into Conrtoller::before() as below.

```
MaintenanceMode::check();

```

It's displayed maintenance page forcedly.
if you turn off it, please set maintenance\_mode =&gt; false.

Change maintenance view
-----------------------

[](#change-maintenance-view)

create fuel/app/views/503.php and customize it.

### Change maintenance view file

[](#change-maintenance-view-file)

if you want to change maintenace view file from default(503.php),
please create fuel/app/config/maintenance.php and set like this.

```
return array(
  // defalut = "503"
  "view" => "your_maintenance_view"
);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

4186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08bb6fbe3f575f83e7297f7ee09f39b823e19929b7e6db1b71c459d5236f31f6?d=identicon)[hinashiki](/maintainers/hinashiki)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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